@php($disableTailwind = true) @extends('admin.layout.master') @section('title') {{ __('dashboard.booking_details') }} @endsection @section('content')
{{ $row->user->email }} - {{ $row->user->mobile }}
{{ __('dashboard.booking_reference_id') }} |
{{ $row->booking_reference_id }} |
{{ __('dashboard.client_reference_id') }} |
{{ $row->client_reference_id }} |
{{ __('dashboard.file_no') }} |
{{ $row->file_no }} |
{{ __('dashboard.agency_reference_no') }} |
{{ $row->agency_reference_no }} |
{{ __('dashboard.hotel_confirmation') }} |
|
{{ __('dashboard.status') }} |
@if ($row->status == 0)
@elseif($row->status == 1) @elseif($row->status == 2) @endif |
{{ __('dashboard.hotel') }} |
{{ $hotel->name }} - {{ $hotel->city_name }} - {{ $hotel->country_name }} |
{{ __('dashboard.travel_date') }} |
{{ $row->check_in }} |
{{ __('dashboard.price') }} |
{{ $row->price }} $ |
{{ __('dashboard.commission') }} |
{{ $row->commission }} % - {{ $row->final_price * ($row->commission / 100) }} $ |
{{ __('dashboard.price_after_commission') }} |
{{ $row->price_after_commission }} $ |
{{ __('dashboard.user_commission') }} |
{{ $row->user_commission }} |
{{ __('dashboard.user_commission_type') }} |
{{ $row->user_commission_type }} |
{{ __('dashboard.guest_email') }} |
{{ $row->guset_email }} |
{{ __('dashboard.guest_phone') }} |
{{ $row->guset_phone }} |
{{ __('dashboard.payment_method') }} |
{{ $row->payment_method }} |
{{ __('dashboard.client_notes') }}:
{{ $row->notes }}
| title | First name | Last name | Type | Age |
|---|---|---|---|---|
| {{ $customer->title }} | {{ $customer->first_name }} | {{ $customer->last_name }} | {{ $customer->type }} | {{ $customer->age }} |
{{ __('dashboard.special_request') }}:
{{ trim(implode(',', json_decode($row->special_request))) }}