Booking Details
Transaction Details
@if ($booking->payment_status == 1)
Completed
@elseif($booking->payment_status == 2)
Failed
@else
Pending
@endif