-
@foreach ($duan as $item)
@php
$img = json_decode($item->images);
@endphp
-
{{$item->name}}
@if ($item->cateService != null){{$item->cateService->name}}
@endif
@endforeach