public function getTablePrependActions(): int | string | array
{
return [
Impersonate::make('impersonate'),
];
}
public function render(): View
{
$this->getTablePrependActions();
return view('filament.widgets.user-widget');
}
public function getTablePrependActions(): int | string | array
{
return [
Impersonate::make('impersonate'),
];
}
public function render(): View
{
$this->getTablePrependActions();
return view('filament.widgets.user-widget');
}