Help Needed: Images Not Displaying After Hosting
I'm having trouble displaying images that should appear in my project after hosting it. The images aren't showing up even though they work fine locally. Has anyone experienced this issue and can suggest how to fix it?
Tables\Columns\ImageColumn::make('fuel_receipt')
->label('Struk BBM')
->circular()
->size(40),
Tables\Columns\ImageColumn::make('invoice')
->label('Form Permintaan')
->circular()
->size(40),
Tables\Columns\ImageColumn::make('fuel_receipt')
->label('Struk BBM')
->circular()
->size(40),
Tables\Columns\ImageColumn::make('invoice')
->label('Form Permintaan')
->circular()
->size(40),
