@extends('layouts.admin') @section('title', 'Edit ' . $sectionTypes[$sectionType]) @section('content')

Edit {{ $sectionTypes[$sectionType] }}

Back to About Us
@switch($sectionType) @case('hero') @break @case('journey') @break @case('what_we_do') @break @case('ethos') @break @endswitch {{ $sectionTypes[$sectionType] }} Settings
@csrf @method('PUT')
is_active) ? 'checked' : '' }}>
@switch($sectionType) @case('hero') @include('admin.about-us.sections.hero') @break @case('journey') @include('admin.about-us.sections.journey') @break @case('what_we_do') @include('admin.about-us.sections.what_we_do') @break @case('ethos') @include('admin.about-us.sections.ethos') @break @endswitch
Cancel
@endsection @push('scripts') @endpush