Enhance category and timeline entry forms with icon selection options; update image display settings for hero slides, products, and signature items to use circular images. Improve welcome page layout for better responsiveness and add autoplay functionality to the hero carousel.
This commit is contained in:
@@ -76,7 +76,8 @@ class SignatureItemResource extends Resource
|
||||
->columns([
|
||||
ImageColumn::make('image')
|
||||
->label('Surat')
|
||||
->square(),
|
||||
->disk('public')
|
||||
->circular(),
|
||||
TextColumn::make('name')
|
||||
->label('Ady')
|
||||
->searchable(),
|
||||
|
||||
Reference in New Issue
Block a user