@include('user.partials.header-assets') @stack('css')
@include('user.partials.side-nav')
@include('user.partials.top-nav') @yield('content')
@unless (Route::currentRouteName() === 'user.p2p.chat.conversation') @endunless @include('user.partials.footer-assets') @include('user.partials.push-notification') @stack('script')