@extends('layouts.app') @section('title', 'User Dashboard') @section('content')
Welcome back, {{ auth()->user()->name }}
| Time | Location | Magnitude | Status |
|---|---|---|---|
|
{{ $gempa->waktu_kejadian->format('d/m/Y H:i:s') }}
|
{{ $gempa->lokasi }}
|
{{ number_format($gempa->magnitude, 1) }} | {{ $gempa->status }} |
| No earthquake data yet | |||
{{ $device->device_id }}