{{ $booking->event->title ?? '' }}

Date Time Ticket Status
{{ date("D, dS M Y",strtotime($booking->booking_date)) }} {{ date("h:i A",strtotime($booking->start_time)) }} {{ $booking->number_of_seats }} @php $bgc = $booking->booking_status =='confirmed'?'bg-success':'bg-danger';@endphp {{ $booking->booking_status }}
Order ID :  {{ $booking->booking_number}}
{{ $booking->event->address}}
User {{ $booking->user->name }}
Price {{ _number_format($booking->price,2,'.') }}
Total Amount {{ _number_format($booking->total_amount,2,'.') }}