@extends('web.layouts.app') @section('title', getSetting('sector_name' , app()->getLocale() )) @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')
{{ Str::limit(strip_tags($sector->desc), 80) }}
{{ transWord('قراءة المزيد') }}