{{-- admin/pages/settings/about.blade.php --}} @extends('admin.layouts.app') @section('title','About Page') @section('page-title','About Page Content') @section('content')
@csrf
@foreach(['overview' => 'Company Overview', 'mission' => 'Mission', 'vision' => 'Vision'] as $key => $label) @php $sec = $sections[$key] ?? null; @endphp
{{ $label }}
heading ?? '') }}">
subheading ?? '') }}">
@endforeach
@endsection