belongsTo('License','license_id'); } public function user() { return $this->belongsTo('User','assigned_to')->withTrashed(); } }