@if($tab != 'tax-report' && $is_editable)
|
@can('delete invoice item tax')
{!! getIcon('trash','fs-3') !!}
@endcan
@can('update invoice item tax')
{!! getIcon('pencil','fs-3') !!}
@endcan
|
@endif
{{$tax->name}}
({{$tax->categoryName($tax->pivot->category)}})
|
pivot->manual_amount)
data-bs-toggle="tooltip" title="Calculated amount: {{$tax->pivot->category == 2 && $tab == 'summary' ? '-' : ''}} {{cMoney(($tax->pivot->calculated_amount / 100), $invoice->currency, true)}}"
@endif
>
{{$tax->pivot->category == 2 && $tab == 'summary' ? '-' : ''}} @cMoney(($tax->pivot->manual_amount ? $tax->pivot->manual_amount : $tax->pivot->calculated_amount) / 100, $invoice->currency, true)
@if($tax->pivot->manual_amount)
*
@endif
|
|
pivot->manual_amount)
data-bs-toggle="tooltip" title="Calculated amount: {{$tax->pivot->category == 2 && $tab == 'summary' ? '-' : ''}} {{cMoney(($tax->pivot->calculated_amount / 100), $invoice->currency, true)}}"
@endif
>
{{$tax->pivot->category == 2 && $tab == 'summary' ? '-' : ''}}@cMoney(($tax->pivot->manual_amount ? $tax->pivot->manual_amount : $tax->pivot->calculated_amount) / 100, $invoice->currency, true)
@if($tax->pivot->manual_amount)
*
@endif
|
pivot->manual_amount)
data-bs-toggle="tooltip" title="Calculated amount: {{$tax->pivot->category == 2 && $tab == 'summary' ? '-' : ''}} {{cMoney(($tax->pivot->calculated_amount / 100), $invoice->currency, true)}}"
@endif
>
{{$tax->pivot->category == 2 && $tab == 'summary' ? '-' : ''}} @cMoney(($tax->pivot->manual_amount ? $tax->pivot->manual_amount : $tax->pivot->calculated_amount) / 100, $invoice->currency, true)
@if($tax->pivot->manual_amount)
*
@endif
|
@empty
@endforelse