@extends($activeTemplate . 'layouts.frontend') @section('content') @php $banner = getContent('banner.content', true); @endphp
wave image
wave image

{{ __(@$banner->data_values->heading) }}

{{ __(@$banner->data_values->subheading) }}

{{ __(@$banner->data_values->button_text) }}
@if ($sections->secs != null) @foreach (json_decode($sections->secs) as $sec) @include($activeTemplate . 'sections.' . $sec) @endforeach @endif @endsection