good
This commit is contained in:
@@ -12,6 +12,7 @@ class CouponInfolist
|
||||
return $schema
|
||||
->components([
|
||||
TextEntry::make('phone')
|
||||
->formatStateUsing(fn (string $state): string => format_phone($state))
|
||||
->copyable(),
|
||||
TextEntry::make('code')
|
||||
->copyable(),
|
||||
|
||||
Reference in New Issue
Block a user