コード例 #1
0
 public function getGestionarChefs(Request $request)
 {
     $notif = Session::get('notif');
     $chefs = Chef::all();
     return view('admin.gestionar-chefs')->with(compact(['chefs', 'notif']));
 }