@foreach ($sections as $section) @if ($section->key == 'whyus') @include('Website.partials._banner', ['banner' => $section]) @endif @endforeach
@foreach ($sections as $key => $section) @if ($key == 'whyus')
{{ $section->title }}
@endif @endforeach
@foreach ($about_structs as $aboutStruc)

{{ $aboutStruc->name }}

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