@foreach ($data['section'] ?? [] as $section) @if ($section['type'] == 'banner') {{ $section['title'] }} @endif @if ($section['type'] == 'break_text') {{ $section['title'] }} @endif @if ($section['type'] == 'paragraph') {!! $section['description'] !!} @endif @if ($section['type'] == 'paragraph_text_left') {{ $section['title'] }} {!! $section['description'] !!} @endif @if ($section['type'] == 'paragraph_text_right') {{ $section['title'] }} {!! $section['description'] !!} @endif @endforeach {{-- @dd($data); --}} @foreach ($data['partners'] as $partners) @endforeach