@foreach ($section['module'] as $module)
@php $layoutSelected = isset($section['module'][0]['content'][0]['layout']) ? $section['module'][0]['content'][0]['layout'] : ''; $layouts = [ 'Grid 1', 'Grid 2', 'Grid 3', 'Grid 4', 'Grid 5', ]; @endphp
@php if(isset($section['module'][0]['content'][0]['multiple_content']) != null) { $json = $section['module'][0]['content'][0]['multiple_content']; } else { $json = '[]'; } @endphp
@endforeach @push('styles') @endpush @push('scripts') @endpush