Compare commits
1 Commits
a65b9fcc62
...
ranjith-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dd3b35eb5 |
@@ -82,6 +82,9 @@ class ItemResource extends Resource
|
|||||||
Forms\Components\TextInput::make('category')
|
Forms\Components\TextInput::make('category')
|
||||||
->label('Category')
|
->label('Category')
|
||||||
->placeholder('Scan the Category'),
|
->placeholder('Scan the Category'),
|
||||||
|
Forms\Components\TextInput::make('category')
|
||||||
|
->label('Category')
|
||||||
|
->placeholder('Scan the Category'),
|
||||||
Forms\Components\TextInput::make('code')
|
Forms\Components\TextInput::make('code')
|
||||||
->required()
|
->required()
|
||||||
->placeholder('Scan the valid code')
|
->placeholder('Scan the valid code')
|
||||||
|
|||||||
@@ -170,7 +170,8 @@ class VisitorEntryResource extends Resource
|
|||||||
->disk('public')
|
->disk('public')
|
||||||
->height(50)
|
->height(50)
|
||||||
->width(50)
|
->width(50)
|
||||||
->defaultImageUrl('https://ui-avatars.com/api/?name=Visitor&background=555&color=fff')
|
// ->defaultImageUrl('https://ui-avatars.com/api/?name=Visitor&background=555&color=fff')
|
||||||
|
->defaultImageUrl(asset('images/profile.png'))
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->extraImgAttributes(['style' => 'border-radius: 6px; object-fit: cover;']),
|
->extraImgAttributes(['style' => 'border-radius: 6px; object-fit: cover;']),
|
||||||
Tables\Columns\TextColumn::make('type')
|
Tables\Columns\TextColumn::make('type')
|
||||||
|
|||||||
Reference in New Issue
Block a user