@php $number = 1; @endphp @foreach ($locations as $loc) @include('pages.location.list.action_menu') @endforeach
No Code Name Latitude Longitude City Action
{{ $number++ }} {{ $loc['code'] }} {{ $loc['name'] }} {{ $loc['latitude'] }} {{ $loc['longitude'] }} {{ $loc['city'] }}
{{-- Inject scripts --}} @section('scripts') @endsection