wip
This commit is contained in:
@@ -25,9 +25,11 @@ class LoanPaidOffLettersTable
|
|||||||
->label(__('Branch')),
|
->label(__('Branch')),
|
||||||
|
|
||||||
TextColumn::make('customer_name')
|
TextColumn::make('customer_name')
|
||||||
|
->label(__('Name'))
|
||||||
->searchable(),
|
->searchable(),
|
||||||
|
|
||||||
TextColumn::make('customer_surname')
|
TextColumn::make('customer_surname')
|
||||||
|
->label(__('Surname'))
|
||||||
->searchable(),
|
->searchable(),
|
||||||
|
|
||||||
TextColumn::make('phone')
|
TextColumn::make('phone')
|
||||||
|
|||||||
Reference in New Issue
Block a user