@yield('head') @include('partials/custom-styles') @if(setting('app-custom-head')) {!! setting('app-custom-head') !!} @endif @include('partials/notifications')
@yield('content')
{{ trans('common.back_to_top') }}
@yield('bottom') @yield('scripts')