@extends('templates.dashboard') @section('isi')
| No. | Nama Lokasi | Latitude | Longitude | Radius (Meter) | Status | Created By | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $dl->nama_lokasi }} | {{ $dl->lat_kantor }} | {{ $dl->long_kantor }} | {{ $dl->radius }} | {{ $dl->status }} | {{ $dl->CreatedBy->name }} |
|