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