{{-- Header Section --}}

Kelola Format Laporan

Upload dan kelola template format laporan Magang untuk Mahasiswa

{{-- Success Message --}} @if (session('success'))
{{ session('success') }}
@endif
{{-- Upload Form Section --}}

Upload Format

Tambah template baru

@csrf {{-- Nama Format --}}
@error('nama')

{{ $message }}

@enderror
{{-- File Upload --}}

Format: PDF, DOC, DOCX (Max. 100MB)

@error('file')

{{ $message }}

@enderror
{{-- Submit Button --}}
{{-- Format List Section --}}
{{-- Card Header --}}

Daftar Format Laporan

Template yang tersedia untuk Mahasiswa

{{-- Table Content --}}
@forelse ($format as $i => $file) @if($loop->first) {{-- Table Header --}} @endif {{-- Table Row / Card Item --}}
{{-- Desktop View --}}
@empty {{-- Empty State --}}

Belum Ada Template

Belum ada format laporan yang diupload. Gunakan form di sebelah kiri untuk menambah template baru.

@endforelse
{{-- Footer Info --}} @if(count($format) > 0)
Total {{ count($format) }} template tersedia
@endif