@yield('meta') @yield('css') @if(config('app.env') == 'production') @include('web.partials.external_scripts') @endif
@include('web.layouts.header') @yield('content') @include('web.layouts.footer') @yield('hidden_elements') @include('web.partials.global_modals') @yield('js')