-
@foreach($locationList as $key=>$location)
@php $number=$key+1; @endphp
- {{$location->getData('post_title')}} {{$location->getData('post_title')}} {{$location->getData('post_title')}} {{$location->getData('post_title')}} {{$location->getData('post_title')}} @endforeach
-
@if(!empty($location->getData('address')))
-
{{$location->getData('address')}}
@endif
@if(!empty($location->getData('phone_number')))
-
{{$location->getData('phone_number')}}
@endif
@if(!empty($location->getData('po_box')))
-
{{$location->getData('po_box')}}
@endif
@if(!empty($location->getData('email')))
-
{{$location->getData('email')}}
@endif
@if(!empty($location->getData('working_hours')))
-
{{$location->getData('working_hours')}}
@endif