{{-- Lokasi File: resources/views/guru/jurnal/form_laporan.blade.php Status: FINAL FIXED (Ultra-Modern Mobile UI, Sync Summernote, AI Ready, Camera Ready, No Overlap) --}} @extends('layouts.guru_master') @section('title', 'Laporan Jurnal | Smart Cendekia') {{-- Plugins --}} @section('plugins.Summernote', true) @section('plugins.Sweetalert2', true) @section('plugins.BsCustomFileInput', true) @section('css') @stop @section('content_body')
{{-- DETEKTOR ERROR --}} @if ($errors->any())
Gagal Menyimpan!
@endif {{-- INFO KELAS (HERO CARD) --}}
Sesi Aktif
{{ \Carbon\Carbon::now()->format('H:i') }} ...

Kelas {{ $sesi->kelas->nama_kelas ?? '-' }}

{{ $sesi->jadwal->mataPelajaran->nama_mapel ?? 'Mata Pelajaran' }}

{{-- FORM UTAMA --}}
@csrf {{-- MATERI PEMBELAJARAN --}}
📝 Materi Hari Ini *
{{-- DOKUMENTASI & CATATAN --}}
📸 Dokumentasi & Catatan
{{-- Upload Foto (Dengan capture="environment" untuk langsung buka kamera) --}}
{{-- Preview Foto --}}
{{-- Catatan --}}
{{-- STICKY ACTION BAR --}}
{{-- MODAL AI (GLASSMORPHISM STYLE) --}} @stop @section('js') @stop