@extends('layouts.front-end.app') @section('title', translate('about_us')) @section('content')

{{ translate('about_Our_Company')}}

@if(!empty($aboutUs))
{!! $aboutUs !!}
@else
{{ translate('brand') }}
{{ translate('there_is_no_about_us') }}
@endif
@endsection