belongsTo(Invoice::class, 'invoice_id'); } public function customer() { return $this->belongsTo(Customer::class, 'customer_id'); } }