This commit is contained in:
Saeed Vaziry
2024-10-13 12:33:12 +02:00
parent 386d8e73a7
commit 224e0ac2b0
49 changed files with 3668 additions and 766 deletions

View File

@ -48,7 +48,8 @@ protected function getTableColumns(): array
->sortable(),
TextColumn::make('created_at')
->label('Installed At')
->formatStateUsing(fn ($record) => $record->created_at_by_timezone),
->formatStateUsing(fn ($record) => $record->created_at_by_timezone)
->sortable(),
];
}