@extends('dashboard.base') @section('css') @endsection @section('content')

Add Boooking

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('message')) @endif
@csrf {{-- @error('customer_id') {{$message}} @enderror --}} {{-- --}}
Customer Name
Booking Date
Timeslot
Seats
Status
Payment Status
{{-- Reset --}} Reset
@endsection @section('javascript') @endsection