@extends('web.layouts.app') @section('title', transWord('من نحن')) @description(Str::limit(strip_tags(getSetting('desc_seo', app()->getLocale())), 160)) @keywords(implode(',', json_decode(getSetting('keyword', app()->getLocale())))) @image(asset('storage/' . getSetting('logo'))) @section('sub_header')
{!! getSetting('about_us', app()->getLocale()) !!}
{!! getSetting('our_vision', app()->getLocale()) !!}
{!! getSetting('our_message', app()->getLocale()) !!}
{!! getSetting('our_values', app()->getLocale()) !!}
{{ $feedback->review }}