add user profile data to loan orders

This commit is contained in:
2025-11-02 21:36:40 +05:00
parent e8595117ee
commit de63b29a45
2 changed files with 36 additions and 18 deletions

View File

@@ -23,17 +23,17 @@ class LoanOrdersTable
->sortable(),
TextColumn::make('loanType.name')
->label('Тип кредита')
->label(__('Loan type'))
->sortable()
->searchable(),
TextColumn::make('region')
->label('Регион')
->label(__('Region'))
->sortable()
->searchable(),
TextColumn::make('branch.name')
->label('Филиал')
->label(__('Branch'))
->sortable()
->searchable(),