{{$data['reservation']->hall_name}}

#{{$data['reservation']->re_no}}

{{date('d M, Y', strtotime($data['reservation']->re_date_from))}}
{{__('reservations.paid')}}
{{$data['reservation']->total}} {{__('main.sar')}}
  • {{__('reservations.provider_name')}}

    {{$data['reservation']->provider_name}}
  • @if($data['reservation']->person_count)
  • {{__('reservations.person_count')}}

    {{$data['reservation']->person_count}} {{__('members.persons')}}
  • @endif
  • {{__('reservations.address')}}

    {{$data['reservation']->street}}
  • {{__('reservations.phone')}}

    +966{{$data['reservation']->provider_phone}}
  • {{--
  • --}} {{--
    --}} {{-- --}} {{--
    --}} {{--
    --}} {{--

    إسم الشخص المسئول

    --}} {{--
    {{$data['reservation']->provider_name}}
    --}} {{--
    --}} {{--
  • --}}
  • {{__('reservations.user_name')}}

    {{$data['reservation']->client_name}}
@if($data['reservation']->booking_amount_per_person)
{{__('halls.booking_amount_per_person')}} {{$data['reservation']->booking_amount_per_person}} {{__('main.sar')}} X {{$data['reservation']->person_count}} {{__('members.persons')}}
@endif @if($data['reservation']->booking_amount_per_day)
{{__('halls.booking_amount_per_day')}} {{$data['reservation']->booking_amount_per_day}} {{__('main.sar')}}
@endif
{{__('halls.approved_services')}} {{__('halls.meet')}}
@if(count($data['services'])) @foreach($data['services'] as $service) @foreach($service as $oneService)
{{$oneService['name']}}
{{$oneService['price']}} {{__('main.sar')}}
@endforeach @endforeach @endif
{{__('halls.added_services')}}
@if(count($data['added_service'])) @foreach($data['added_service'] as $addedService) @foreach($addedService as $oneAddedService)
{{$oneAddedService['name']}}
{{$oneAddedService['price']}} {{__('main.sar')}}
@endforeach @endforeach @endif
{{__('reservations.added_value_amount')}} ({{$data['added_value']}} %)
{{$data['reservation']->added_value_amount}} {{__('main.sar')}}
{{__('reservations.total')}}
{{$data['reservation']->total}} {{__('main.sar')}}