@extends('frontLayouts.frontApp') @section('headerContent')
{{ LaravelLocalization::getCurrentLocale() == 'ar' ? \Illuminate\Support\Str::words($item->description_ar,14) : \Illuminate\Support\Str::words($item->description_en,14)}}
{{ __('lang.read_more') }}{{ LaravelLocalization::getCurrentLocale() == 'ar' ? \Illuminate\Support\Str::words($item->description_ar,14) : \Illuminate\Support\Str::words($item->description_en,14) }}
{{ __('lang.read_more') }}