where('sport', $sport); } public function getFullNameAttribute() { return "{$this->sport} - {$this->name} ({$this->code})"; } public function canDelete() { return true; } }