@extends('backend.layouts.master') @section('pageTitle') Monthly Attendance @endsection @section('pageContent')

Monthly Attendance

Employee monthly attendance

@csrf @if(count($errors->all()))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ $errors->first('month') }}
@endsection @section('extraScript') @endsection