@extends('front.layouts.master') @section('title') About Us @endsection @section('content')
About Us

About Us

{{ isset(get_settings()['about_us']) ? json_decode(get_settings()['about_us'], true)[app()->getLocale()] : ''}}

@endsection @section('js') @endsection