@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()) !!}
{{ $feedback->review }}