@extends('backEnd.master') @section('title') @lang('hr.staff_attendance_report') @endsection @push('css') @endpush @section('mainContent')

@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() }}
@if (isset($attendances))

@lang('hr.staff_attendance_report')

@lang('hr.present'): P
@lang('hr.late'): L
@lang('hr.absent'): A
@lang('hr.holiday'): H
@lang('hr.half_day'): F
@endif @endsection @include('backEnd.partials.data_table_js')