@yield('before-styles')
@yield('after-styles')
@include('layouts.user.header')
@yield('content')
@include('layouts.common.footer')
@yield('before-scripts')
@if(Auth::check())
@if(Setting::get('user_notification_control'))
@endif
@endif
@yield('after-scripts')