@php $package = getContent('package.content',true); $services = App\Models\Services::where('status',1)->with('category')->inRandomOrder()->take(12)->get(); @endphp
{{__($package->data_values->top_heading)}}

{{__($package->data_values->heading)}}

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

@foreach ($services as $item)
logo

@if(strlen(__($item->name)) >20) {{substr( __($item->name), 0,20).'...' }} @else {{__($item->name)}} @endif
{{$general->cur_sym}} {{showAmount($item->price)}}

@endforeach