@include('global.headerlinks')
| Address | Message | Date | Time | Latitude | Longitude | Action | {{--Actions | --}}
|---|---|---|---|---|---|---|---|
| {{-- --}} {{$value['address'] ?? '--'}} | {{$value['message'] ?? '--'}} | @php $timestamp = $value['time']; echo date('Y-m-d', $timestamp/1000); @endphp | @php $timestamp = $value['time']; $time = date('h:i:s A', $timestamp / 1000); echo $time; @endphp | {{$value['lat'] ?? '--'}} | {{$value['lng'] ?? '--'}} | Actions |