This commit is contained in:
2025-11-03 11:44:46 +05:00
parent c147f47876
commit 870aba0bcf
3 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ class LoansTable
return $table
->columns([
TextColumn::make('account_number')
->label(__('Account number'))
->searchable()
->sortable(),