belongsTo('\App\Models\License', 'license_id'); } public function user() { return $this->belongsTo('\App\Models\User', 'assigned_to')->withTrashed(); } public function asset() { return $this->belongsTo('\App\Models\Asset', 'asset_id')->withTrashed(); } }