{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'searchPayrollReport', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@if ($errors->has('role_id'))
{{ $errors->first('role_id') }}
@endif
@php $month = date('F'); @endphp
@if ($errors->has('payroll_month'))
{{ $errors->first('payroll_month') }}
@endif
@if ($errors->has('payroll_year'))
{{ $errors->first('payroll_year') }}
@endif