@yield('head') @include('partials.custom-styles') @include('partials.custom-head') @stack('head') @stack('translations') @include('partials.notifications') @include('common.header')
@yield('content')
@yield('bottom') @yield('scripts')