@extends('layouts.admin') @section('title', 'Create Attendance') @section('page-title', 'Manual Check-in') @section('page-subtitle', 'Record attendance manually') @section('content')
@csrf
@error('service_id')

{{ $message }}

@enderror
@error('service_date')

{{ $message }}

@enderror
Cancel
@endsection