refactor: menyesuaikan nama helper menjadi currency
This commit is contained in:
parent
b0d2224880
commit
73059387c5
@ -56,7 +56,7 @@ public function columns(): array
|
|||||||
Column::make('Gaji Pokok', 'employee.base_salary')
|
Column::make('Gaji Pokok', 'employee.base_salary')
|
||||||
->searchable()
|
->searchable()
|
||||||
->sortable()
|
->sortable()
|
||||||
->format(fn ($value) => formatCurrency($value)),
|
->format(fn ($value) => currency($value)),
|
||||||
|
|
||||||
Column::make('Alamat', 'employee.address')->searchable(),
|
Column::make('Alamat', 'employee.address')->searchable(),
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user