@extends('frontend::layouts.master') @section('title', __('frontend.about_us')) @section('content')
{{__('frontend.about_us')}}
{!! $about_us['description'] !!}
@endsection