コード例 #1
0
 public function getTuLook()
 {
     $looks = Look::orderBy('id')->get();
     return View::make('tu-look')->with('titulo', 'Ripley - Tu look por menos')->with('descripcion', '¡TU LOOK POR MENOS! Elige tu look del verano a precios increíbles solo en Ripley www.modaripley.com/veranoripley/tu-look-por-menos')->with('clase', $this->_clase)->with('looks', $looks);
 }