@lang('site.client_information')
{{-- {{dd($booking->aqar)}} --}}
@lang('site.name')
{{$booking->user->firstname??''}}
@lang('site.booking_number')
{{$booking->id}}
@lang('site.date_of_arrival')
{{$booking->delivery_date}}
@lang('site.date_of_departure')
{{$booking->reciept_date}}
@lang('site.arrival hour')
{{date('h:i a', strtotime($booking->aqar->time_from))}}
@lang('site.receipt_hour')
{{date('h:i a', strtotime($booking->aqar->time_to))}}
@lang('site.paid')
@if($booking->booking_status_id==3)
{{$booking->total_price/$booking->day_count}} {{$booking->city->country->currency_ar}}
@elseif($booking->booking_status_id==5)
{{$booking->total_price/$booking->day_count}} {{$booking->city->country->currency_ar}}
@else
@lang('site.not_paid')
@endif
@lang('site.residual')
{{$booking->total_price-($booking->total_price/$booking->day_count)}}{{$booking->city->country->currency_ar}}
@lang('site.deposit')
{{$booking->total_price/$booking->day_count}} {{$booking->city->country->currency_ar}}
@lang('site.category_information')
@lang('site.Name of the manager')
{{$booking->aqar->user->firstname}}
@lang('site.Category')
{{$booking->aqar->category->name_ar}}
@lang('site.Ads_number')
{{$booking->aqar->id}}
@lang('site.area')
{{$booking->aqar->area->name_ar}}
@lang('site.commission')
{{$booking->aqar->user->comision}}