add loan paid off letters
This commit is contained in:
@@ -27,7 +27,7 @@ class CardPinOrderForm
|
||||
->components([
|
||||
Hidden::make('user_id')->default(Auth::id()),
|
||||
|
||||
Section::make(__('New loan order'))
|
||||
Section::make(__('New card pin order'))
|
||||
->columnSpanFull()
|
||||
->components([
|
||||
Select::make('status')
|
||||
@@ -43,7 +43,7 @@ class CardPinOrderForm
|
||||
->columnSpanFull(),
|
||||
]),
|
||||
|
||||
Section::make(__('New loan order'))
|
||||
Section::make(__('New card pin order'))
|
||||
->columnSpanFull()
|
||||
->columns(6)
|
||||
->components([
|
||||
|
||||
Reference in New Issue
Block a user