@extends('theme.default.layouts.website') @section('header')

{{ _lang('About Us') }}

@endsection @section('content')

{{ _lang('About Us') }}

{!! xss_clean(get_array_option('about_content')) !!}

features
@endsection