{{ Form::open([ 'class' => 'form-horizontal', 'files' => true, 'route' => 'savePayrollPaymentData', 'method' => 'POST', 'enctype' => 'multipart/form-data', #'onsubmit' => 'return validateForm()', ]) }}
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('expense_head_id')) {{ $errors->first('expense_head_id') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
{{ $errors->first('payment_date') }}
{{--
@if ($errors->has('payment_date')) {{ $errors->first('payment_date') }} @endif
--}}
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if ($errors->has('payment_mode')) {{ $errors->first('payment_mode') }} @endif
@if ($errors->has('bank_id')) {{ $errors->first('bank_id') }} @endif
{{ Form::close() }}