refactor: menyesuaikan nama helper menjadi currency

This commit is contained in:
Yoga Pangestu 2025-09-25 19:23:45 +07:00
parent b0d2224880
commit 73059387c5

View File

@ -56,7 +56,7 @@ public function columns(): array
Column::make('Gaji Pokok', 'employee.base_salary')
->searchable()
->sortable()
->format(fn ($value) => formatCurrency($value)),
->format(fn ($value) => currency($value)),
Column::make('Alamat', 'employee.address')->searchable(),