@extends('templates.dashboard') @section('isi')
@foreach ($data_lokasi as $dl) @endforeach
No. Nama Lokasi Latitude Longitude Radius (Meter) Created By Actions
{{ $loop->iteration }} {{ $dl->nama_lokasi }} {{ $dl->lat_kantor }} {{ $dl->long_kantor }} {{ $dl->radius }} {{ $dl->CreatedBy->name }}
  • @method('delete') @csrf
{{ $data_lokasi->links() }}
@endsection