add loan paid off letters

This commit is contained in:
2025-11-02 23:43:46 +05:00
parent 44f00a8f5d
commit 9c799ac105
9 changed files with 368 additions and 4 deletions

View File

@@ -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([