@foreach($categories as $key=>$category) {{$key+1}}
{{$category->id}}
{{Str::limit($category['name'], 20,'...')}}
@csrf @method('delete')
@endforeach