@section('header') @include('layouts.partials.header') @show @yield('specific_imports') @include('layouts.partials.navbar')
@yield('content') @include('layouts.partials.footer')
@section('scripts') @include('layouts.partials.scripts') @show @yield('specific_scripts')