@lang('modules.invoices.tax')

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

{!! Form::open(['id'=>'createTax','class'=>'ajax-form','method'=>'POST']) !!}
{!! Form::close() !!}