@extends('templates.dashboard') @section('isi')

{{ $title }}

@foreach ($data_lokasi as $dl) @endforeach
No. Nama Lokasi Latitude Longitude Radius (Meter) Keterangan Status Created By Actions
{{ $loop->iteration ?? '-' }} {{ $dl->nama_lokasi ?? '-' }} {{ $dl->lat_kantor ?? '-' }} {{ $dl->long_kantor ?? '-' }} {{ $dl->radius ?? '-' }} {{ $dl->keterangan ?? '-' }} {{ $dl->status ?? '-' }} {{ $dl->CreatedBy->name ?? '-' }}
  • @method('put') @csrf
  • @method('put') @csrf
{{ $data_lokasi->links() }}
@endsection