@extends('layouts.app') @section('page_title', 'Know Us') @section('page_subtitle', 'Dedicated to creating a better future for those who need it most.') @section('content')
@auth
✏️ Edit Page Content
@endauth
@foreach(['history', 'mission', 'press'] as $section) @if(isset($contents[$section]))

{{ $contents[$section]->title }}

{{ $contents[$section]->body }}

@endif @endforeach
@endsection