'datetime', 'password' => 'hashed', ]; } public function getFilamentAvatarUrl(): ?string { return $this->avatar_url ? Storage::url($this->avatar_url) : null; } public function canAccessPanel(Panel $panel): bool { return true; } public function getFilamentName(): string { return $this->name ?? $this->email ?? 'User'; } }