@if(Route::currentRouteName() == 'show' | Route::currentRouteName() == 'welcome' | Route::currentRouteName() == 'show.apartment'| Route::currentRouteName() == 'show.house'| Route::currentRouteName() == 'show.land' | Route::currentRouteName() == 'estimation') @else @endif @yield('title') | Irragori @vite(['resources/css/app.css', 'resources/js/app.js']) @if(Route::currentRouteName() == 'show') @endif
@if(session('success'))
{{ session('success') }}
@endif @yield('content')