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:
Mekan1206
2026-06-06 13:20:16 +05:00
parent 24b8539e98
commit f73035593e
6 changed files with 54 additions and 11 deletions

View File

@@ -76,7 +76,8 @@ class SignatureItemResource extends Resource
->columns([
ImageColumn::make('image')
->label('Surat')
->square(),
->disk('public')
->circular(),
TextColumn::make('name')
->label('Ady')
->searchable(),