@extends('front.app') @section('meta') @stop @section('container')
{!! $page->body !!}
@if($gallery->isNotEmpty()) @endif
@if($staticSectionOne || $staticSectionTwo)
@if($staticSectionOne)

{{$staticSectionOne->name}}

{!! $staticSectionOne->body !!}
@endif @if($staticSectionTwo) @if($staticSectionTwo->hasImage)
{{$staticSectionTwo->name}}
@endif

{{$staticSectionTwo->name}}

{!! $staticSectionTwo->body ?? $staticSectionTwo->shortDescription !!} @if($staticSectionTwo->link) @endif
@endif
@endif @if($cascade->isNotEmpty())
@foreach($cascade as $cascadeItem)
@if($cascadeItem->hasImage) {{$cascadeItem->name}} @endif

{{$cascadeItem->name}}

{!! $cascadeItem->body !!}
@endforeach
@endif @if($staticSectionThree || $staticSectionFour) @endif @if($links->isNotEmpty())
@endif
@endsection