@if(file_exists(public_path('images/logo.png')))
@endif
@stack('styles')
@if(file_exists(public_path('images/logo.png')))
@else
@endif
Jemaat Dadi
Beranda
Warta Jemaat
Tata Ibadah
@auth
Profil
Admin
@csrf
Logout
@else
Login
@endauth
Beranda
Warta Jemaat
Tata Ibadah
@auth
Profil
Admin
@csrf
Logout
@else
Login
@endauth
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ $slot ?? '' }} @yield('content')
@stack('scripts')