@include('_components.partials.header')
{{-- Navigation bar only for authenticated users --}} @auth @include('_components.partials.navbar') @endauth {{-- The main section of the website --}}
@include('_components.partials.section-header')
{{-- Notification/Alerts area --}} @include('_components.modules.alerts') @yield('content') {{-- The global footer --}} @if(!isset($hideFooter) || !$hideFooter) @include('_components.partials.footer') @endif
@if(auth()->user()->can_chat || auth()->user()->can_video_chat || auth()->user()->can_audio_chat) @endif @include('_components.modules.message-limit')
{{-- Sounds --}} @auth() @endauth @yield('pre-javascript') @yield('javascript')