PNR Number: {{ $booking->pnr_number }}
Status: @if($booking->status === 'pending') Pending @elseif($booking->status === 'failed') Failed @else Confirmed @endif
Name: {{ $booking->name }}
Email: {{ $booking->email }}
Mobile: {{ $booking->mobile }}
Date: {{ $booking->booking_date }}
Seats:
Total Paid: ₹{{ number_format($booking->total_price, 2) }}