ImageColumn not displaying .png

so i have a table and trying to use a image:

                    ImageColumn::make('image_attribute')
                        ->url(asset('Types/10039_32.png'))
                        ->circular(),


i have my Types folder with images in
public
folder but it's not loading them
Was this page helpful?