@php $showNavBar = ['main', 'dashbaord']; @endphp
@if(Auth::check() && in_array(\Route::currentRouteName(), $showNavBar))
@include('layouts.partials.navigation.guest_navigation')
@endif
{{$slot}}
@include('layouts.partials.footer.user_footer_scripts')
@yield('content1')
@stack('footer-scripts')