feat(partner): add status to table

This commit is contained in:
Yoga Pangestu 2026-01-13 08:30:37 +07:00
parent c397ff3c55
commit 283f5de065

View File

@ -294,6 +294,10 @@ public static function table(Table $table): Table
->sortable() ->sortable()
->badge(), ->badge(),
TextColumn::make('company.status')
->label('Status')
->badge(),
TextColumn::make('created_at') TextColumn::make('created_at')
->label('Tgl Daftar') ->label('Tgl Daftar')
->date() ->date()