@section('header_title', 'Kelola Fasilitas Sekolah')

Kelola fasilitas pendukung untuk pembelajaran siswa yang tampil pada slide bagian Fasilitas.

@forelse ($facilities as $fac)
@if(str_starts_with($fac->image_path, 'http')) @else @endif
Slide {{ $fac->sort_order }}

{{ $fac->title }}

{{ $fac->description }}

@empty
Belum ada data fasilitas yang ditambahkan.
@endforelse
@if ($showModal)

{{ $isEditMode ? 'Ubah Fasilitas Sekolah' : 'Tambah Fasilitas Baru' }}

@if ($image) @elseif ($existing_image_path) @if(str_starts_with($existing_image_path, 'http')) @else @endif @else
@endif Format: JPG, PNG, WEBP (Maks. 2MB) @error('image') {{ $message }} @enderror
@error('title') {{ $message }} @enderror
@error('icon') {{ $message }} @enderror
@error('sort_order') {{ $message }} @enderror
💡 Masukkan kode ikon FontAwesome seperti fas fa-mosque atau fas fa-book.
@error('description') {{ $message }} @enderror
@endif