@extends('frontend.magz.index') @inject('themeHelper', 'App\Helpers\ThemeHelper') @section('content') @if($sidebarPosition === "left" AND $sidebarActive) @include('frontend.magz.template-parts.sidebar') @endif @foreach($body as $widgetName => $widgetData) @if($widgetName != 'bottom_post') @if (Arr::first(Str::of($widgetName)->explode('-')) == 'section') @if ($widgetData['active'] == 'true') @endif @else @if ($widgetData['active'] == 'true') @endif @endif @endif @endforeach @if($sidebarPosition === "right" AND $sidebarActive) @include('frontend.magz.template-parts.sidebar') @endif @if($bottomPostActive) @endif @endsection @push('scripts') @endpush