Esempio n. 1
0
 public function cvsetudiant($id)
 {
     $cvs = $this->cv_gestion->index($id);
     return $cvs;
 }
Esempio n. 2
0
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $cvs = $this->formation_gestion->index();
     return $cvs;
 }