belongsTo('App\Models\Expense\Bill'); } public function item() { return $this->belongsTo('App\Models\Item\Item'); } public function tax() { return $this->belongsTo('App\Models\Setting\Tax'); } }