@foreach ($sections as $key => $section) @if ($key == 'whyus')
{{ $section->title }}
@endif @endforeach
@foreach ($about_structs as $aboutStruc)

{{ $aboutStruc->name }}

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