@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('content')
Welcome back, {{ auth()->user()->name }}
| Time | Location | Magnitude | Device |
|---|---|---|---|
|
{{ $gempa->waktu_kejadian ? $gempa->waktu_kejadian->format('d/m/Y H:i') : '-' }}
|
{{ $gempa->lokasi ?? '-' }}
|
{{ number_format($gempa->magnitude ?? 0, 1) }} | {{ $gempa->sensor->name ?? '-' }} |
| No earthquake data | |||
| User | Joined | Status | |
|---|---|---|---|
|
{{ substr($user->name ?? 'U', 0, 2) }}
{{ $user->name ?? '-' }}
|
{{ $user->email ?? '-' }} | {{ $user->created_at ? $user->created_at->diffForHumans() : '-' }} | Active |
| No users | |||