@include('owner.setting.sidebar')
{{ $pageTitle }}
{{ __('Name') }} |
{{ __('Tax') }} |
{{ __('Action') }} |
@foreach ($invoiceTypes as $invoiceType)
{{ $invoiceType->name }} |
{{ number_format($invoiceType->tax, 2) }}{{ taxSetting(auth()->id())->type == TAX_TYPE_PERCENTAGE ? '%' : '' }}
|
|
@endforeach