@extends('layouts.admin.app') @section('title', 'Admin | Manage Bookings') @section('content') {{-- CONTAINER --}}
@include('layouts.includes.alert')
{{-- Create Walk-In +

--}}
{{-- --}} {{-- Display Bookings --}}
List of Bookings
# Customer Service Date Schedule Barber Reserved AtTypeStatus Action

{{-- End CONTAINER --}} @endsection