{{__('halls.person_count')}} {{__('halls.days_count')}}
@if(count($halls))
@if(isset($halls['person_count']) && count($halls['person_count'])) @foreach($halls['person_count'] as $hallPersonCount)

{{date('Y', strtotime($hallPersonCount->created_at)) . ' ' . __('reservations.'.date('M', strtotime($hallPersonCount->created_at))) . ' ' . date('d', strtotime($hallPersonCount->created_at))}}

{{$hallPersonCount->hall_name}}
@if(count(getOccasions($hallPersonCount->occasions))) @foreach(getOccasions($hallPersonCount->occasions) as $occasion) {{$occasion->name}} {{!$loop->last ? ' - ' : ''}} @endforeach @endif
{{__('halls.hall_location')}} , {{$hallPersonCount->location}}

{{$hallPersonCount->capacity}} {{__('members.persons')}}

@if($hallPersonCount->added_services) @foreach(json_decode($hallPersonCount->added_services, true) as $addedService)
{{$addedService['name']}} {{-- (10)--}}

{{$addedService['price']}} {{__('main.sar')}}

@endforeach @endif
@endforeach @else
{{__('members.no_data')}}
@endif
@if(isset($halls['days_count']) && count($halls['days_count'])) @foreach($halls['days_count'] as $hallDaysCount)

{{date('Y', strtotime($hallDaysCount->created_at)) . ' ' . __('reservations.'.date('M', strtotime($hallDaysCount->created_at))) . ' ' . date('d', strtotime($hallDaysCount->created_at))}}

{{$hallDaysCount->hall_name}}
@if(count(getOccasions($hallDaysCount->occasions))) @foreach(getOccasions($hallDaysCount->occasions) as $occasion) {{$occasion->name}} {{!$loop->last ? ' - ' : ''}} @endforeach @endif
{{__('halls.hall_location')}} , {{$hallDaysCount->location}}

{{$hallDaysCount->capacity}} {{__('members.persons')}}

@if($hallDaysCount->added_services) @foreach(json_decode($hallDaysCount->added_services, true) as $addedService)
{{$addedService['name']}} {{-- (10)--}}

{{$addedService['price']}} {{__('main.sar')}}

@endforeach @endif
@endforeach @else
{{__('members.no_data')}}
@endif
@else
{{__('members.no_data')}}
@endif

{{__('members.delete_hall_confirmation')}}

{{__('members.delete_hall_confirmation_hint')}} {{__('members.meet')}}