@extends('layouts.app') @section('title', 'Dashboard Siswa') @section('content')
{{ now()->translatedFormat('l, d F Y') }}
NIS: {{ optional($student)->student_number ?? '–' }}
Kelas: {{ optional($student)->classroom->name ?? '–' }}
Masuk: {{ $todayAttendance->check_in_time ?? '–' }}
@else{{ substr((string) $schedule->start_time, 0, 5) }}
{{ substr((string) $schedule->end_time, 0, 5) }}
{{ $schedule->subject->name ?? '–' }}
{{ $schedule->teacher->full_name ?? '–' }}
Tidak ada jadwal hari ini
@endforelse{{ $notif->data['title'] ?? 'Notifikasi' }}
{{ $notif->created_at->diffForHumans() }}
Tidak ada notifikasi baru
@endforelse