Exemplo n.º 1
0
 public function index()
 {
     $cvs = Cv::get();
     $etudiants = Etudiant::get();
     return view('etudiant-cv.index', compact('etudiants'));
 }
Exemplo n.º 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();
 }