Invoice

@include('flash-message')
@csrf

{{trans('invoices.bill_to')}} {{trans('invoices.add_client')}}

{{ Form::label( 'cst', trans('invoices.search_client'),['class' => 'caption']) }} {{ Form::text('cst', null, ['class' => 'form-control round', 'placeholder' =>trans('invoices.enter_customer'), 'id'=>'customer-box','autocomplete'=>'off']) }}
{{ Form::hidden('customer_id', '0',['id'=>'customer_id']) }}

{{trans('invoices.invoice_properties')}}

{{ Form::number('tid', @$last_invoice->tid+1, ['class' => 'form-control round', 'placeholder' => trans('invoices.tid')]) }}
{{ Form::text('invoicedate', null, ['class' => 'form-control round required', 'placeholder' => trans('invoices.invoicedate'),'data-toggle'=>'datepicker','autocomplete'=>'false']) }}
{{ Form::textarea('notes', null, ['class' => 'form-control round', 'placeholder' => trans('invoices.invoice_note'),'rows'=>'2']) }}
{{trans('general.item_name')}} {{trans('general.quantity')}} {{trans('general.rate')}} {{trans('general.tax_p')}} {{trans('general.tax')}} {{trans('general.discount')}} {{trans('general.amount')}} ({{config('currency.symbol')}}) {{trans('general.action')}}
0 {{config('currency.symbol')}} 0

@if(isset($employees[0])){{trans('general.employee')}} @endif
{{trans('general.payment_terms')}} {{trans('general.grand_total')}} ({{config('currency.symbol')}})