@foreach ($sections as $section) @if ($section->key == 'about') @include('Website.partials._banner', ['page_title' => $section->title]) @endif @endforeach @include('Website.about-partials._about', ['about' => $about, 'about_structs' => $about_structs]) {{-- @foreach ($about_structs as $aboutStruc) @if ($loop->iteration % 2 == 1) {{-- Odd items: Image on left, Text on right --}} {{-- }}
{{ $aboutStruc->alt_icon }}

{{ $aboutStruc->name }}

{!! $aboutStruc->long_desc !!}
@else {{-- Even items: Text on left, Image on right --}} {{-- }}

{{ $aboutStruc->name }}

{!! $aboutStruc->long_desc !!}
{{ $aboutStruc->alt_icon }}
@endif @endforeach --}}