@extends('admin.layouts.container') @section('css') @endsection @section('content')

{{$head ?? '' }}

{{zanaty}}

{{__('bookings.customer_info')}}
{{__('bookings.hotel_info')}}
@foreach($cities as $key => $city)
@endforeach
{{__('bookings.booking_info')}}
@foreach($booking->booking_data['rooms_type'] as $roomType => $RoomNo) @if($RoomNo == 0) @continue @endif
@endforeach
{{__('bookings.other_info')}}
@if(count($quoteCategoriesWithSubCats)) @foreach($quoteCategoriesWithSubCats as $quoteCatName => $quoteCategoriesWithSubCat)
@foreach($quoteCategoriesWithSubCat as $quoteSubCat) @endforeach
@endforeach @endif @if($booking->notes)
@endif @if(!count($quoteCategoriesWithSubCats) && !$booking->notes)
{{__('bookings.no_data')}}
@endif
@endsection @section('inner_js') @endsection