@if (!Route::is(['chat', 'contacts', 'ticket-view', 'video-call', 'voice-call']))
@if (Route::is(['activities']))
@include('layout.partials.footer-scripts')
@endif
@if (!Route::is(['activities']))
@endif
@if (Route::is(['error-404', 'error-500']))
@endif
@yield('content')
@if (!Route::is(['events']))
@endif
@endif
@if (Route::is(['chat', 'contacts', 'ticket-view', 'video-call', 'voice-call']))
@yield('content')
@endif
@yield('content')
@endif