belongsTo(Estimate::class, 'estimate_id')->withDefault(); } public function billingComponent() { return $this->belongsTo(BillingComponent::class, 'billing_component_id')->withDefault(); } public function getFillableFields() { return (new self())->fillable; } }