@extends('backend.layouts.master') @section('pageTitle') Monthly Attendance @endsection @section('pageContent') Monthly Attendance Dashboard Report Employee Monthly Attendance Employee monthly attendance @csrf @if(count($errors->all())) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Month* {{ $errors->first('month') }} Print @endsection @section('extraScript') @endsection