Enhance PilgrimsTable by adding circular image display and adjusting image size; update Turkmen translations for dissociate actions and notifications to improve clarity and consistency.
This commit is contained in:
@@ -17,14 +17,21 @@ class PilgrimsTable
|
||||
->columns([
|
||||
TextColumn::make('group.id')
|
||||
->searchable(),
|
||||
|
||||
TextColumn::make('first_name')
|
||||
->searchable(),
|
||||
|
||||
TextColumn::make('last_name')
|
||||
->searchable(),
|
||||
|
||||
TextColumn::make('birthdate')
|
||||
->date()
|
||||
->sortable(),
|
||||
ImageColumn::make('image'),
|
||||
|
||||
ImageColumn::make('image')
|
||||
->circular()
|
||||
->imageSize(50),
|
||||
|
||||
TextColumn::make('local_passport')
|
||||
->searchable(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user