@extends('layouts.super-admin') @section('title', 'Analytics') @section('page-title', 'Analytics Dashboard') @section('page-description', 'Data analytics dan statistik gempa') @section('content')
| Location | Total Earthquakes | % of Total |
|---|---|---|
| {{ $loc->lokasi }} | {{ number_format($loc->total) }} | {{ round(($loc->total / max($earthquakeStats['total'], 1)) * 100, 1) }}% |