@extends('site.layouts.app') @section('title', 'About Us') @section('content')
{{--

Who We are

--}}

{!! $content->about !!}

@endsection