@extends($activeTemplate.'layouts.frontend') @section('content') @php $banner = getContent('theme_five_banner.content', true); $highlightedText = $banner->data_values->highlighted_heading_text; @endphp @if($sections->secs != null) @foreach(json_decode($sections->secs) as $sec) @include($activeTemplate.'sections.'.$sec) @endforeach @endif @endsection