{{$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)--}}
@endforeach
@endif