@extends('layouts.app') @section('title', 'Dashboard Guru') @section('content')
{{ now()->translatedFormat('l, d F Y') }}
NIP: {{ optional($teacher)->employee_number ?? '–' }}
{{ optional($teacher)->specialization ?? 'Guru' }}
{{ substr((string) $schedule->start_time, 0, 5) }}
{{ substr((string) $schedule->end_time, 0, 5) }}
{{ $schedule->subject->name ?? 'Mapel' }}
{{ $schedule->classroom->name ?? 'Kelas' }}
Tidak ada jadwal hari ini
@endforelse{{ $notif->data['title'] ?? 'Notifikasi' }}
{{ $notif->created_at->diffForHumans() }}
Tidak ada notifikasi baru
@endforelse