@extends('layouts.app') @section('content')
Date: {{ $booking->booking_date }}
Marriage Time: {{ $booking->marriage_time }}
No. of Guests: {{ $booking->guest_count }}
Groom Name: {{ $booking->groom_name }}
Bride Name: {{ $booking->bride_name }}
Contact: {{ $booking->phone }}
Address: {{ $booking->address }}
Payment: {{ ucfirst($booking->payment_status) }}
No upcoming bookings.
@endforelse