Пример #1
0
 /**
  * Display a listing of the resource.
  * GET /eventos
  *
  * @return Response
  */
 public function index()
 {
     $areas = Areas::all();
     return $areas;
 }