@extends($activeTemplate.'layouts.master') @section('content') @php $content = getContent('banner.content', true); @endphp @if($sections->secs != null) @foreach(json_decode($sections->secs) as $sec) @include($activeTemplate.'sections.'.$sec) @endforeach @endif @endsection @push('script-lib') @endpush