shape
shape

Other Services

img
img
@foreach($dataList as $category)

{{ $category['category'] }}

@foreach (collect($category['data'])->chunk(8) as $chunk)
@foreach ($chunk as $service) @endforeach
@endforeach @endforeach