@extends('layouts.guru.app') @section('title', 'Dashboard') @section('content') {{-- ═══════════════════════════════════════════════ GURU DASHBOARD — consistent with login system ════════════════════════════════════════════════ --}}
{{-- ── GREETING HERO ── --}}
Dashboard Guru

Selamat Datang,
{{ Auth::user()->name ?? 'Guru' }}

bertemu kembali! Pilih aktivitas yang ingin Anda mulai hari ini.

00:00
Aktif
{{-- Quick info strip --}}
SMPN 1 Cicalengka
{{-- ── SECTION TITLE ── --}}
{{-- ── MENU GRID ── --}} {{-- /menu-grid --}}
{{-- /dash-wrap --}} @endsection @push('styles') @endpush @push('scripts') @endpush