@foreach ($category as $key=> $cat) @endforeach
ID Name Icon Actions
{{ $key+1 }} {{ $cat->name ?? 'null' }} @if ($cat->image) Category Image @else null @endif
@csrf @method('DELETE')