@extends($layout) @section('content') @include($theme_path . 'setup')
@include($theme_path . 'partials.header')
@include($theme_path . 'partials.hero') @include($theme_path . 'partials.float_menu') @foreach($sections as $key => $section) @switch($section->system->type) @case('n3_columns') @include($theme_path . 'partials.n3_columns', ['section' => $section]) @break @case('n2_columns') @include($theme_path . 'partials.n2_columns', ['section' => $section]) @break @case('simple_intro') @include($theme_path . 'partials.simple_intro', ['section' => $section]) @break @case('sales_contact_section') @include($theme_path . 'partials.sales_contact', ['section' => $section]) @break @case('html_block') @include($theme_path . 'partials.html_block', ['section' => $section]) @break @case('bg_cta') @include($theme_path . 'partials.bg_cta', ['section' => $section]) @break @case('n3_cards') @include($theme_path . 'partials.n3_cards', ['section' => $section]) @break @case('n2_cards') @include($theme_path . 'partials.n2_cards', ['section' => $section]) @break @case('featured_asset') @include($theme_path . 'partials.featured_asset', ['section' => $section]) @break @case('featured_video') @include($theme_path . 'partials.featured_asset_video', ['section' => $section]) @break @case('logos') @include($theme_path . 'partials.logos', ['section' => $section]) @break @case('embedded_form') @include($theme_path . 'partials.embedded_form', ['section' => $section]) @break @case('testimonials') @include($theme_path . 'partials.testimonials', ['section' => $section]) @break @case('featured_testimonial') @include($theme_path . 'partials.featured_testimonial', ['section' => $section]) @break @case('calculator') @include($theme_path . 'partials.calculator', ['section' => $section]) @break @case('heading_cta_style_1') @include($theme_path . 'partials.heading_cta_style_1', ['section' => $section]) @break @case('title_items_container') @include($theme_path . 'partials.title_items_container', ['section' => $section]) @break @case('heading_cta_style_2') @include($theme_path . 'partials.heading_cta_style_2', ['section' => $section]) @break @default @endswitch @endforeach @include($theme_path . 'partials.footer')
@endsection @prepend('scripts') @endprepend