@extends('admin.layouts.app') @section('title', 'Bookings') @section('page-title', 'Service Bookings') @section('page-subtitle', 'Manage all service appointments') @section('content')
| Customer | Status | Actions | ||
|---|---|---|---|---|
|
{{ strtoupper(substr($booking->customer_name, 0, 1)) }}
{{ $booking->customer_name }} {{ $booking->customer_email }} |
{{ $booking->status }} | |||
| No bookings found. | ||||