@php $side = $getRecord(); $latLong = $side->lat_long; $name = $side->name; @endphp @if (!empty($latLong)) @php $coordinates = explode(',', $latLong); @endphp
@endif