belongsToMany(ChartOfAccount::class) ->using(ChartOfAccountManualJournal::class) ->withPivot('id', 'user_id', 'description', 'tax_id', 'debit', 'credit', 'tax_rate'); } }