@extends('layouts.app') @section('title', 'No Show Report - Tiqkets') @section('page-title', 'No Show Report') @section('header-action') {{-- --}} @endsection @section('content')
| Booking ID | Customer Name | Guest Count | Registered Time | Wait Time |
|---|---|---|---|---|
| {{ $data['branch_booking_id'] }} | {{ $data['customer_name'] }} | {{ $data['guest_count'] }} | {{ \Carbon\Carbon::parse($data['date_time'])->format('d M, Y h:i A') }} | @if ($data['wait_time'] > 0) {{ $data['wait_time'] }} mins @else N/A @endif |
No no-show data available for the selected filters.