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