@php $service = getContent('service.content',true); $services = App\Models\Service::where('status',1)->orderBy('created_at','desc')->take(6)->get(); @endphp
{{__($service->data_values->top_heading)}}

{{__($service->data_values->heading)}} Animate-shape

{{__($service->data_values->sub_heading)}}

@foreach ($services as $item)
@php echo $item->icon @endphp

@if(strlen(__($item->title)) >50) {{substr( __($item->title), 0,50).'...' }} @else {{__($item->title)}} @endif

@if(strlen(strip_tags($item->description)) >140) {{substr(strip_tags($item->description), 0,140).'...' }} @else {{strip_tags($item->description)}} @endif

{{__($general->cur_sym)}} {{showAmount($item->price)}}

@lang('Buy now')
@endforeach