@extends('web.layouts.main') @section('content')

{{__('main.who_we_are')}}

{{__('main.home')}} {{__('main.who_we_are')}} {{__('main.our_people')}}

{{__('main.our_people')}}

{{$aboutPage ? $aboutPage->title : ''}}

{!! $aboutPage ? $aboutPage->description : '' !!}

@push('js') @endpush @stop