@props([
'description' => '',
'keywords' => '',
'title' => null,
'thumbnail' => null,
])
@isset($title)
{{ $title }} - Desa Bilanrengi
@else
Desa Bilanrengi
@endisset
@isset($thumbnail)
@endisset
@livewireStyles
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
@vite(['resources/css/app.css', 'resources/js/app.js'])
@else
@endif
@stack('styles')
@persist('notification')
@endpersist
{{ $slot }}
@livewireScripts
@stack('scripts')