@extends('layouts.home') @section('title', 'About Us') @section('content')

About Us

{{ $about->name }}

{!! $about->description !!}

Our Sponsors

@endsection