芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/invoices/timelog-item.blade.php
@forelse ($timelogs as $key => $item)
@lang('app.description')
@if($invoiceSetting->hsn_sac_code_show)
@lang("app.hsnSac")
@endif
@lang("modules.invoices.qty")
@lang("modules.invoices.unitPrice")
@lang('modules.invoices.tax')
@lang('modules.invoices.amount')
@if($invoiceSetting->hsn_sac_code_show)
@endif
@foreach($taxes as $tax)
{{ strtoupper($tax->tax_name) }}: {{ $tax->rate_percent }}%
@endforeach
{{ $item->sum }}
@empty
@lang('app.description')
@if ($invoiceSetting->hsn_sac_code_show)
@lang("app.hsnSac")
@endif
@lang("modules.invoices.qty")
@lang("modules.invoices.unitPrice")
@lang('modules.invoices.tax')
@lang('modules.invoices.amount')
</textarea>
@if ($invoiceSetting->hsn_sac_code_show)
@endif
@foreach ($taxes as $tax)
{{ strtoupper($tax->tax_name) }}: {{ $tax->rate_percent }}%
@endforeach
0.00
</textarea>
@endforelse