Exemplo n.º 1
0
 public function getPlatoDetalles()
 {
     $platos = Plato::all();
     return view('admin.gestionar-platodetalles')->with(compact(['platos']));
 }
Exemplo n.º 2
0
 public function index()
 {
     return Plato::all();
 }