@extends('layouts.app') @section('title', 'Fasilitas Sekolah – SD Negeri 4 Keling') @section('content') {{-- Page Hero --}}

Beranda  /  Profil Sekolah  /  Fasilitas Sekolah

Fasilitas Sekolah

Sarana dan prasarana penunjang kegiatan belajar mengajar

{{-- Content --}}
@forelse($fasilitas as $f)
@if($f->gambar) {{ $f->nama }} @else
@endif

{{ $f->nama }}

{{ $f->deskripsi }}

@empty

Belum ada data fasilitas.

@endforelse
@endsection