@include('include.loader')
@if ($header_image == true)
@endif
@yield('content')
@if (!in_array(Route::current()->getName(), ['host.event.payment.form', 'host.profile.showProfileForm']))
@include('layouts.host_components.bottom-menu')
@endif
@if (auth()->user())
@include('layouts.sidebar.user')
@endif
@include('include.error-alert')
@include('host.event-new-flow.modal.comon-modal')
@include('vendor.lara-izitoast.toast')
@include('validation')
@stack('scripts')