@push('styles') @endpush
shape
shape

@lang('menu.Online Services')

@foreach ($dataList as $category)

{{ $category['service_name'] }}

@foreach (collect($category['result'])->chunk(8) as $chunk)
@foreach ($chunk as $service)
icon
@if (!empty($service['service_head_link'])) {{ \Illuminate\Support\Str::limit($service['service_head_title'], 24) }} @elseif(empty($service['service_head_link'])) {{ \Illuminate\Support\Str::limit($service['service_head_title'], 24) }} @endif
{{-- @if (!empty($service['service_head_link'])) @elseif(empty($service['service_head_link'])) @endif --}} {{-- @if (!empty($service['service_head_link'])) @else @endif --}}
@endforeach
@endforeach @endforeach
{{-- --}}