@foreach($locations as $location)

{{ env('APP_NAME') }}

  • {!! $location['title'] !!}

  • {!! $location['address_1'].(!empty($location['address_2']) ? ", ".$location['address_2']: '') !!}, {{ $location['city'] }}
    {{ $location['district'].", ".$location['state'] }}, India
    {{ $location['pincode'] }}

  • @if(!empty($location['locality']))
  • {{ $location['locality'] }}

  • @endif @if(!empty($location['landmark']))
  • {{ $location['landmark'] }}

  • @endif
  • Estd. {!! $location['estd_since'] !!}

  • @if(!empty($location['contact_number']))
  • @endif
@endforeach
@if(isset($mapCenterCoordinates)) @endif