public function getAcceptedForCurrentTenantAttribute()
{
$userTenant = $this->tenants->firstWhere('id', \Filament\Facades\Filament::getTenant()->id);
return $userTenant ? $userTenant->pivot->accepted : 'N/A';
}
public function getAcceptedForCurrentTenantAttribute()
{
$userTenant = $this->tenants->firstWhere('id', \Filament\Facades\Filament::getTenant()->id);
return $userTenant ? $userTenant->pivot->accepted : 'N/A';
}