@extends('layouts.admin') @section('title', 'System Bookings') @section('header_title', 'Real-time Booking Logistics') @section('content')
| Logistics Identity | Establishment / Court | User Profile | Timeline | Financials | System Status | Operations |
|---|---|---|---|---|---|---|
|
#BOOK-{{ $booking->id }}
{{ $booking->created_at->format('M d, H:i') }}
|
{{ $booking->court->club->name }}
{{ $booking->court->name }}
|
{{ substr($booking->user->name, 0, 1) }}
{{ $booking->user->name }}
|
{{ $booking->booking_date }}
{{ $booking->start_time }} - {{ $booking->end_time }}
|
Rs. {{ number_format($booking->total_price) }}
CONFIRMED PAYMENT
|
{{ strtoupper($booking->status) }} |
|
| Platform currently has no active logistics records. | ||||||