79629389

Date: 2025-05-19 19:54:50
Score: 0.5
Natty:
Report link

You could use this code to preview the image on the table.

ImageColumn::make('images')
    ->getStateUsing(function ($record) {
            return 'products/'.$category_id.'/'.$record->image ?? '';                        
}),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mariofertc