@php $profil = \App\Models\VillageProfile::first(); @endphp
@yield('title', 'Website Desa Cemara')
@vite('resources/css/app.css')
@if ($errors->any())
@endif
@if (session('success'))
@endif
@if (session('error'))
@endif
{{-- Header --}}
@include('partials.header')
{{-- Konten halaman --}}
@yield('content')
{{-- Footer --}}
@include('partials.footer')
{{-- =========================
SWEET ALERT SESSION
========================== --}}