@if(file_exists(public_path('images/logo.png')))
@endif
{{ config('app.name', 'Laravel') }}
@vite(['resources/css/app.css', 'resources/js/app.js'])
@if(file_exists(public_path('images/logo.png')))
@else
@endif
Jemaat Dadi
{{ $slot }}