@php $isExport = $isExport ?? false; // dd($isExport); @endphp
| # | @else{{ __('No') }} | @endif{{ __('Lokasi') }} | {{ __('Latitude') }} | {{ __('Longitude') }} | {{ __('Radius') }} | {{ __('Created At') }} | {{ __('Updated At') }} | @if ($isExport === false && ($canUpdate || $canDelete || $canDetail)){{ __('Aksi') }} | @endif
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->name ?? '-' }} | {{ $item->latitude }} | {{ $item->longitude }} | {{ $item->radius }} M | {{ $item->created_at }} | {{ $item->updated_at }} | @if ($isExport === false) @include('stisla.locations.action') @endif