feat(partner): add status to table
This commit is contained in:
parent
c397ff3c55
commit
283f5de065
@ -294,6 +294,10 @@ public static function table(Table $table): Table
|
||||
->sortable()
|
||||
->badge(),
|
||||
|
||||
TextColumn::make('company.status')
|
||||
->label('Status')
|
||||
->badge(),
|
||||
|
||||
TextColumn::make('created_at')
|
||||
->label('Tgl Daftar')
|
||||
->date()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user