@section('seo')
@include('theme.home.partials.seo')
@show
@section('header')
@include('theme.layouts.partials.landing-header')
@show
{!! isset($scripts) ? $scripts->value : '' !!}
@yield('scripts')
@section('footer')
@include('theme.layouts.partials.landing-footer')
@show