@extends('web.layouts.app') @section('title', $sector?->title) @description(Str::limit(strip_tags($sector?->desc), 160)) @keywords(implode(',', json_decode(getSetting('keyword', app()->getLocale())))) @image(asset('storage/' . getSetting('logo'))) @section('sub_header')

{{ transWord('تفاصيل الحلول') }}

{{ transWord('الرئيسية') }} {{ getSetting('sector_name' , app()->getLocale() ) }} {{ $sector?->title }}
@endsection @section('content')
@if (isset($sector))

{{ $sector->title }}

{!! $sector->desc !!}
@else

{{ transWord('لا يوجد بيانات') }}

@endif

{{ transWord('الفئات') }}

@foreach($sectors as $sec) @endforeach
@push('js') @endpush @endsection