{{-- Meta Tags --}} {{-- Title --}} @yield('pageTitle') {{-- Shortcut Icon --}} {{-- Google Fonts --}} {{-- CSS --}} {{-- Page Styles --}} @stack('stylesheets') {{-- Header --}} @include('frontend.layout.inc.header') {{-- Page Content --}} @yield('content') {{-- Footer --}} @include('frontend.layout.inc.footer') {{-- Scripts --}} {{-- Page Scripts --}} @stack('scripts')