Example #1
0
 /**
  * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
  **/
 public function index()
 {
     self::addJsFooter('jquery/jquery.colorbox-min.js');
     self::addJsFooter('funciones.js');
     self::addJsFooter('lib/owl.carousel.min.js');
     self::addJsFooter('main.js');
     return view('Insurance/index')->with(['HomeSearchSliders' => Controller::getSearchSliders('insurance'), 'BanksSliders' => Controller::getBanks('slider'), 'DestinationsSliders' => Controller::getDestinations('slider')]);
 }