@yield('head') @include('partials/custom-styles') @if(setting('app-custom-head') && \Route::currentRouteName() !== 'settings') {!! setting('app-custom-head') !!} @endif @include('partials/notifications')
@yield('content')
{{ trans('common.back_to_top') }}
@yield('bottom') @yield('scripts')