Tables\Columns\ToggleColumn::make('is_active')
->getStateUsing(fn ($record) => $record->pivot->is_active) <--- add this
->sortable()
->onIcon('heroicon-o-eye')
->offIcon('heroicon-o-eye-slash')
->label('Status'),
Tables\Columns\ToggleColumn::make('is_active')
->getStateUsing(fn ($record) => $record->pivot->is_active) <--- add this
->sortable()
->onIcon('heroicon-o-eye')
->offIcon('heroicon-o-eye-slash')
->label('Status'),