@extends('admin.account.show') @section('content')
@if ($data['History'] != null) @foreach ($data['History'] as $key => $value ) @endforeach @endif
Location Message Date Time 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 Actions
@endsection