@extends('layouts.app') @section('content')
{{ $about->hero_title ?? 'Not set yet' }}
{{ $about->hero_description ?? 'Not set yet' }}
{{ $about->mission ?? 'Not set yet' }}
{{ $about->vision ?? 'Not set yet' }}
{!! $about->description !!}
Edit About Page