belongsTo('App\Models\Jounal','jounal_id'); } function user() { return $this->belongsTo('App\User','approaved_by'); } }