feat: Add 'Catatan' column to purchases table and update anonymous function syntax.

This commit is contained in:
Yoga Pangestu 2025-12-17 04:40:40 +07:00
parent bbd62a6a50
commit d654e372cf

View File

@ -39,6 +39,8 @@ public function columns(): array
->searchable()
->sortable(),
Column::make('Catatan', 'note')->searchable(),
ArrayColumn::make('Item')
->data(
fn ($value, $row) => $row->items->map(fn ($item) => [