'date', 'next_service_date' => 'date', ]; public function car() { return $this->belongsTo(Car::class); } }