@php use App\Enums\TimeBlockCategory; @endphp @extends('admin.layouts.dashboard') @section('title', 'My Calendar') @push('head') @endpush @section('content')
Closed Day
Past Day
Blocked Day
Admin Booking

Block Time

@csrf
Select the starting date
Choose when the block starts
Select the ending date
Choose when the block ends
Duration: 1 hour
Appointment ID:
@endsection @push('scripts') @endpush