@lang('common.select_criteria')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'staff_attendance_report_search', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if ($errors->has('role'))
{{ $errors->first('role') }}
@endif
@php $current_month = date('m'); @endphp
@if ($errors->has('month'))
{{ $errors->first('month') }}
@endif
@if ($errors->has('year'))
{{ $errors->first('year') }}
@endif
{{ Form::close() }}