belongsTo('App\Waybill','waybill_id','id'); } public function user(){ return $this->belongsTo('App\User','user_id','id'); } }