{{-- Start home page sections --}}
@if (!empty($page[0]->body))
@foreach (preg_split('/(<[^>]*>)/', $page[0]->body, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY) as $part)
@if (strpos($part, '<') === 0)
{!! __($part) !!}
@else
{{ __($part) }}
@endif
@endforeach
@endif
{{-- Tools --}}
@foreach ($templates as $tool)
@endforeach
{{-- Start call action section --}}
@include('website.modern.includes.call-action')
{{-- End call action section --}}
{{-- Footer --}}
@include('website.modern.includes.footer')
@endsection