×
@lang('modules.invoices.tax')
#
@lang('modules.invoices.taxName')
@lang('modules.invoices.rate') %
{{--
@lang('app.action')
--}}
@forelse($taxes as $key=>$tax)
{{ $key+1 }}
{{ ucwords($tax->tax_name) }}
{{ $tax->rate_percent }}
{{--
--}} {{--
--}} {{--
--}} {{--
--}}
@empty
@lang('messages.noRecordFound')
@endforelse
@csrf
@lang('modules.invoices.taxName')
@lang('modules.invoices.rate') %
@lang('app.save')