@php $about = App\Models\AboutUs::first(); $mission = $about->additional_sections; $gallery = App\Models\Gallery::first(); @endphp
@foreach ($mission as $section)
{{ $section['title'] }}
{{ $section['description'] }}
@endforeach