galeri_detail.blade.php 367 Bytes
@extends('frontend.layout.app',[
    'navbar'=>'header-scrolled',
    'status'=>'hidden'
    ])
@section('content')
    <!-- ======= Contact Section ======= -->
    <section id="stuktur" class="contact">
        <div class="container mt-4">
            <h1>
                Menampilkan halaman Galeri Detail
            </h1>
        </div>
    </section>
@endsection