@include('landing-pages.layouts.header') @yield('page_css') @include('landing-pages.layouts.navbar') @yield('content') @include('landing-pages.layouts.footer') @include('landing-pages.layouts.scripts') @yield('page_js')