@extends('layouts.app') @section('content')
Your reservation at {{ $booking->hotel_name }} is @if($booking->status == 'cancelled') Cancelled. @else Confirmed. @endif
{{ strtoupper($booking->status) }}
D
{{ $booking->booking_reference }}
Booking Date
{{ $booking->booking_date }}
Check-in
{{ $booking->checkin }}
Check-out
{{ $booking->checkout }}
Guest Name
{{ $booking->holder_title }} {{ $booking->holder_name }} {{ $booking->holder_surname }}
Contact
{{ $booking->holder_email }}
{{ $booking->holder_phone }}
Hotel Name
{{ $booking->hotel_name }}
Address
{{ $booking->hotel_address }}
{{ $booking->city_name }}, {{ $booking->country_name }}
| {{ $item['description'] }} | {{ $item['amount'] }} {{ $booking->currency }} |
| Total Amount Paid | {{ $booking->total_price }} {{ $booking->currency }} |