format('d.m.Y'); } public function getPriceAttribute($price) { return Money::CHF($price)->format(); } public function contact() { return $this->belongsTo(Contact::class); } public function car() { return $this->belongsTo(Car::class); } }