@extends('layouts.admin') @section('title', 'About Us Management') @section('content')

About Us Management

Manage About Us page content sections for your domain

@if(Auth::guard('admin')->user()->is_super_admin && $domains->count() > 1)
@endif
@foreach($sectionTypes as $sectionKey => $sectionName)
@switch($sectionKey) @case('hero') @break @case('journey') @break @case('what_we_do') @break @case('ethos') @break @endswitch
{{ $sectionName }}

@if(isset($aboutUsSections[$sectionKey]) && $aboutUsSections[$sectionKey]->count() > 0) {{ $aboutUsSections[$sectionKey]->count() }} item(s) configured @else Not configured yet @endif

Manage
@endforeach
@endsection