12+ years of experiences
 }})
@php
$aboutUsContent = null;
@endphp
@foreach ($content_sections as $section)
@if (isset($section['section_type']) && $section['section_type'] === 'about_us' &&
!empty($section['about_us']))
@php
$aboutUsContent = $section['about_us'];
@endphp
{!! $aboutUsContent !!}
@endif
@endforeach
@if (!$aboutUsContent)
{{ __('No content available') }}
@endif