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