@include('landing-layout.header') @yield('page-style')
@include('landing-layout.navbar')
@yield('content')
@include('landing-layout.footer')
@yield('page-script')