×
@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
{!! Form::open(['id'=>'createTax','class'=>'ajax-form','method'=>'POST']) !!}
@lang('modules.invoices.taxName')
@lang('modules.invoices.rate') %
@lang('app.save')
{!! Form::close() !!}