{{-- Lokasi File: resources/views/guru/kalender/index.blade.php Status: ENTERPRISE EDITION (FullCalendar + Activity Feed UI) --}} @extends('adminlte::page') @section('title', 'Smart Kalender | Smart Cendekia') @section('content_header') @stop @section('css') @stop @section('content') {{-- 1. HEADER MOBILE --}}
@include('partials.header_mobile')
{{-- 2. PAGE TITLE & HEADER --}} {{-- 3. CALENDAR LEGEND --}}
Jadwal Mengajar
Memo Pribadi
{{-- 4. CALENDAR CONTAINER --}}
{{-- 5. ACTIVITY FEED (MEMO LIST) --}}
Agenda & Catatan
{{ count($memos) }} Catatan Aktif
@forelse($memos as $memo)

{{ $memo->isi }}

{{ \Carbon\Carbon::parse($memo->tanggal)->translatedFormat('d M Y') }} | {{ $user->sekolah->nama_sekolah ?? 'Lembaga' }}
@csrf @method('DELETE')
@empty

Belum ada agenda tambahan untuk Anda.

@endforelse
{{-- 6. MOBILE FAB --}} {{-- 7. MODERN MODAL --}} @include('partials.guru_mobile_nav') @stop @section('js') @stop