芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/invoices/ajax/create-timelog-invoice.blade.php
@lang('app.create') @lang('app.timeLog') @lang('app.invoice')
{{ invoice_setting()->invoice_prefix }}#{{ $zero }}
@if (isset($project) && !is_null($project))
@else
@foreach ($projects as $project)
{{ mb_ucwords($project->project_name) }}
@endforeach
@endif
@foreach ($currencies as $currency)
id == $estimate->currency_id) selected @endif @else @if ($currency->id == company()->currency_id) selected @endif @endif value="{{ $currency->id }}"> {{ $currency->currency_code . ' (' . $currency->currency_symbol . ')' }}
@endforeach
@lang('modules.invoices.afterDiscount')
@lang('modules.invoices.beforeDiscount')
@foreach ($companyAddresses as $item)
is_default ? 'selected' : '' }} value="{{ $item->id }}"> {{ $item->location }}
@endforeach
@lang('modules.invoices.subTotal')
0.00
@lang('modules.invoices.discount')
discount_type == 'percent') selected @endif value="percent">%
discount_type == 'fixed') selected @endif value="fixed"> @lang('modules.invoices.amount')
{{ isset($estimate) ? number_format((float) $estimate->discount, 2, '.', '') : '0.00' }}
@lang('modules.invoices.tax')
0.00
@lang('modules.invoices.total')
0.00
@lang('modules.invoices.note')
</textarea>
@lang('modules.invoiceSettings.invoiceTerms')
{!! nl2br($invoiceSetting->invoice_terms) !!}
@lang('app.save')
@lang('app.cancel')