@extends('layouts.app') @section('content')
@if ($about->years_experience) @endif
{{ __('site.about_badge') }}

{{ $about->aboutPageHeading() }}

@foreach ($about->aboutPageParagraphs() as $paragraph)

{{ $paragraph }}

@endforeach @if ($about->motto())

“{{ $about->motto() }}”

@endif {{ __('site.learn_more') }}
@endsection