{{ $about->short_description }}
{{ $about->main_title }}
{{ $about->about_description }}
@php $mission = $about->additional_sections; @endphp
@foreach ($mission as $section)
{{ $section['title'] }}
{{ $section['description'] }}
@endforeach