@extends('layouts.lookatme') @section('title', trans('message.about_us')) @section('style') @endsection @section('content')

{{ trans('message.about_us') }}

{!! @$about_us_info->description !!}
@endsection