@include('partials.head') @include('partials.font') {{ $slot }}
@include('partials.footerPengunjung')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif