@props(['categoryList'])
merge(['class' => 'category-list flex text-white bg-slate-700']) }}> @if (!empty($categoryList)) @foreach($categoryList as $category)
{{$category->name}}
@endforeach @endif