@extends('payroll.employee_frontend.layouts.employee') @section('custom_style') @endsection @section('content') Attendance Report @if (session('success')) {{ session('success') }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf From Date To Date Print @endsection @section('script') @endsection