ImageColumn not displaying .png
so i have a table and trying to use a image:
i have my Types folder with images in
i have my Types folder with images in
public folder but it's not loading them ImageColumn::make('image_attribute')
->url(asset('Types/10039_32.png'))
->circular(),