@extends('layouts.horizontal', ['title' => 'Bookings', 'topbarTitle' => 'Customer Visits']) @section('css') @vite(['node_modules/select2/dist/css/select2.min.css']) @vite(['node_modules/flatpickr/dist/flatpickr.min.css']) @endsection @section('content')

Bookings

@php $breadcrumb = getCurrentMenuBreadcrumb(); @endphp @if(!empty($breadcrumb)) @endif

Future Bookings:

Booking
@can('view_past_bookings') @else @endcan (Month-day-Year)
Booking ID Visit ID VisitDate BookingDate Booked By Customer Name Cell Type Category Service Visit Status Service Rate Discount Adv. Amount Remaining Amount Actions
@endsection @section('scripts') @endsection