@include('themes.backend.partials.head') {{-- Page Content --}} @yield('content') {{-- Common Scripts --}} @include('themes.backend.partials.javascripts') {{-- Page-Specific Scripts --}} @stack('scripts')