You could use this code to preview the image on the table.
ImageColumn::make('images') ->getStateUsing(function ($record) { return 'products/'.$category_id.'/'.$record->image ?? ''; }),