belongsTo(PosInvoice::class, 'pos_invoice_id'); } public function voucher() { return $this->belongsTo(Voucher::class, 'voucher_id'); } }