© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
7 replies
Bagus A

Show Image in InfoList

In infolist builder, we have an option to show image.

My issue is that I don't save the image on the database. I will use an image uploaded to the public folder with filename of the code column.

In normal blade, I'm going to render it with
<img height="65"
    src="{{ public_path() . '/images/product_images/' . $orderItem->variant->product->code . '.png' }}"
    class="" />
<img height="65"
    src="{{ public_path() . '/images/product_images/' . $orderItem->variant->product->code . '.png' }}"
    class="" />


How do I achieve this in InfoList card?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to show image gallery in infolist
FilamentFFilament / ❓┊help
10mo ago
Show images in columns in Infolist Image Entrey
FilamentFFilament / ❓┊help
3y ago
Show file uploaded in Infolist
FilamentFFilament / ❓┊help
2y ago
display or show image in infolist usin richeditor and view
FilamentFFilament / ❓┊help
2y ago