first_name) . ' ' . ucfirst($this->last_name); } /** * Get the customer group that owns the customer. */ public function customerGroup() { return $this->belongsTo(CustomersGroups::class); } }