@extends('layouts.app') @section('title', $item->nama.' – SD Negeri 4 Keling') @section('content') {{-- Page Hero --}}

Beranda  /  Program Sekolah  /  Detail

{{ $item->nama }}

{{ $item->kategori }}

{{-- Konten --}}
@if($item->gambar) {{ $item->nama }} @else
@endif {{ $item->kategori }}

{{ $item->konten ?: $item->deskripsi }}

← Kembali ke Program Sekolah
{{-- Sidebar --}}

Program Lainnya

@forelse($lainnya as $lp)

{{ $lp->nama }}

{{ $lp->kategori }}

@empty

Belum ada program lain.

@endforelse
@endsection