@extends('layouts.appv2') @section('content')

AI Attendance Report Generator

{{-- Display validation errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Report Generation Form --}}
@csrf
*Leave blank to include all staff.
@endsection