public function index()
 {
     $cvs = Cv::get();
     $etudiants = Etudiant::get();
     return view('etudiant-cv.index', compact('etudiants'));
 }
Exemple #2
0
 /**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $cvs = Cv::get();
     return view('cvs.index', compact('cvs'));
     //return Cv::get();
 }