@extends('layout.main') @section('content')

{{__('Monthly Attendance Info')}}

@csrf
{{-- if (Au@th::user()->role_users_id==1) --}} @if ((Auth::user()->can('monthly-attendances')))
@endif
{{trans('file.present')}} = P , {{trans('file.Absent')}} = A ,{{trans('file.Leave')}} = L , {{trans('file.Holiday')}} = H ,{{__('Off Day')}} = O
{{trans('file.Employee')}} {{__('Worked Days')}} {{__('Total Worked Hours')}}
@endsection @push('scripts') @endpush