wip
This commit is contained in:
@@ -65,8 +65,11 @@ class OnlinePaymentHistoryResource extends Resource
|
||||
Text::make('online_paymantable_id'),
|
||||
Text::make('online_paymantable_type'),
|
||||
|
||||
DateTime::make(__('Created at'), 'created_at'),
|
||||
DateTime::make(__('Updated at'), 'updated_at'),
|
||||
DateTime::make(__('Created at'), 'created_at')
|
||||
->displayUsing(fn ($date) => $date?->format('H:i, d.m.Y')),
|
||||
|
||||
DateTime::make(__('Updated at'), 'updated_at')
|
||||
->displayUsing(fn ($date) => $date?->format('H:i, d.m.Y')),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user