@extends('layouts.master') @section('title') {{ __('Staff Attendance') }} @endsection @section('content')

{{ __('month_wise_staff_attendance') }}

{!! Form::select('session_year_id', $sessionYears, null, ['class' => 'form-control', 'id' => 'session_year_id']) !!}
{{__('id')}} {{__('no.')}} {{__('name')}}
@endsection @section('script') @endsection