© 2026 Hedgehog Software, LLC
// App\Filament\Resources\UserResource.php protected static ?string $recordTitleAttribute = 'full_name';
// App\Models\User.php public function fullName(): Attribute { return new Attribute(fn () => trim("$this->first_name $this->last_name")); }
v3.1.1
.10