Notice (8): Undefined variable: circulars [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'content_for_layout' => '<div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080d5;"> <div class="col-md-12 ptn-bg"> <h2>Gymnasium</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/infrastructure">Infrastructure</a></li> <li class="active">Gymnasium</li> </ol> </div> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container"> <!-- Main-container start --> <div class="container "> <!-- Page Content start --> <div class="row blog"> <div class="col-md-7"> <!-- left sidebar start --> <div class="feature-img"> <!-- Feature post start --> <div class="row"> <div class="col-md-10"> <h1>Gymnasium</h1> <div class="pic"> <img src="/img/../images/infrastructure/gym1.jpg" class="img-responsive" alt="" /> <br/> <h4 style="text-align: center;"> Weight Training Area</h4> </div> </div> </div> </div> </div> <!-- left sidebar close --> <div class="col-md-5 right-sidebar"> <!--right sidebar start --> <div class="recent-post"> <br/> <div class="row"> <div class="col-md-12"> <p>A multi utility high tech gymnasium has been set up to promote physical fitness among our students. The facility boasts of state-of-the-art equipment for a full body work out after which sauna is available. </p> <br/> <p> A professional trainer guides the students in the right direction to make sure they use the arrangements to their maximum benefits. Aerobics with fast pulsating music sets the mood for the evening.</p> </div> </div> </div> <!-- Recent-post close --> <!-- Tag close --> </div> <!--right sidebar close --> </div> <div class="row blog"> <div class="col-md-5"> <!-- left sidebar start --> <div class="feature-img"> <!-- Feature post start --> <div class="row"> <br/> <div class="col-md-12 left-sidebar" style="text-align: justify;"> <p> For the outdoor sports facilities, the campus has international sized, well maintained open air courts and grounds. These grounds cover a total area of about seven and a half acres of land and are used for football, hockey, volleyball and basketball.</p> <br/> <p> In the open grounds, occasionally running tracks are demarcated for athletes, including the facilities for high jump, long jump, discuss throw, javelin throw and shot put etc. </p> </div> </div> </div> </div> <!-- left sidebar close --> <div class="col-md-7 right-sidebar"> <!--right sidebar start --> <div class="recent-post" style="margin-top: 0px;"> <div class="row"> <div class="col-md-10 pull-right"> <div class="pic"> <img src="/img/../images/infrastructure/gym3.jpg" class="img-responsive" alt="" /> <br/> <h4 style="text-align: center;">Cardio Training Area </h4> </div> </div> </div> </div> <!-- Recent-post close --> <!-- Tag close --> </div> <!--right sidebar close --> </div> </div> <!-- Page Content close--> </div> <!-- Main-container close --> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Amenities' ) $content_for_layout = '<div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080d5;"> <div class="col-md-12 ptn-bg"> <h2>Gymnasium</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/infrastructure">Infrastructure</a></li> <li class="active">Gymnasium</li> </ol> </div> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container"> <!-- Main-container start --> <div class="container "> <!-- Page Content start --> <div class="row blog"> <div class="col-md-7"> <!-- left sidebar start --> <div class="feature-img"> <!-- Feature post start --> <div class="row"> <div class="col-md-10"> <h1>Gymnasium</h1> <div class="pic"> <img src="/img/../images/infrastructure/gym1.jpg" class="img-responsive" alt="" /> <br/> <h4 style="text-align: center;"> Weight Training Area</h4> </div> </div> </div> </div> </div> <!-- left sidebar close --> <div class="col-md-5 right-sidebar"> <!--right sidebar start --> <div class="recent-post"> <br/> <div class="row"> <div class="col-md-12"> <p>A multi utility high tech gymnasium has been set up to promote physical fitness among our students. The facility boasts of state-of-the-art equipment for a full body work out after which sauna is available. </p> <br/> <p> A professional trainer guides the students in the right direction to make sure they use the arrangements to their maximum benefits. Aerobics with fast pulsating music sets the mood for the evening.</p> </div> </div> </div> <!-- Recent-post close --> <!-- Tag close --> </div> <!--right sidebar close --> </div> <div class="row blog"> <div class="col-md-5"> <!-- left sidebar start --> <div class="feature-img"> <!-- Feature post start --> <div class="row"> <br/> <div class="col-md-12 left-sidebar" style="text-align: justify;"> <p> For the outdoor sports facilities, the campus has international sized, well maintained open air courts and grounds. These grounds cover a total area of about seven and a half acres of land and are used for football, hockey, volleyball and basketball.</p> <br/> <p> In the open grounds, occasionally running tracks are demarcated for athletes, including the facilities for high jump, long jump, discuss throw, javelin throw and shot put etc. </p> </div> </div> </div> </div> <!-- left sidebar close --> <div class="col-md-7 right-sidebar"> <!--right sidebar start --> <div class="recent-post" style="margin-top: 0px;"> <div class="row"> <div class="col-md-10 pull-right"> <div class="pic"> <img src="/img/../images/infrastructure/gym3.jpg" class="img-responsive" alt="" /> <br/> <h4 style="text-align: center;">Cardio Training Area </h4> </div> </div> </div> </div> <!-- Recent-post close --> <!-- Tag close --> </div> <!--right sidebar close --> </div> </div> <!-- Page Content close--> </div> <!-- Main-container close --> ' $scripts_for_layout = '' $title_for_layout = 'Amenities'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
Warning (2): Invalid argument supplied for foreach() [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'content_for_layout' => '<div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080d5;"> <div class="col-md-12 ptn-bg"> <h2>Gymnasium</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/infrastructure">Infrastructure</a></li> <li class="active">Gymnasium</li> </ol> </div> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container"> <!-- Main-container start --> <div class="container "> <!-- Page Content start --> <div class="row blog"> <div class="col-md-7"> <!-- left sidebar start --> <div class="feature-img"> <!-- Feature post start --> <div class="row"> <div class="col-md-10"> <h1>Gymnasium</h1> <div class="pic"> <img src="/img/../images/infrastructure/gym1.jpg" class="img-responsive" alt="" /> <br/> <h4 style="text-align: center;"> Weight Training Area</h4> </div> </div> </div> </div> </div> <!-- left sidebar close --> <div class="col-md-5 right-sidebar"> <!--right sidebar start --> <div class="recent-post"> <br/> <div class="row"> <div class="col-md-12"> <p>A multi utility high tech gymnasium has been set up to promote physical fitness among our students. The facility boasts of state-of-the-art equipment for a full body work out after which sauna is available. </p> <br/> <p> A professional trainer guides the students in the right direction to make sure they use the arrangements to their maximum benefits. Aerobics with fast pulsating music sets the mood for the evening.</p> </div> </div> </div> <!-- Recent-post close --> <!-- Tag close --> </div> <!--right sidebar close --> </div> <div class="row blog"> <div class="col-md-5"> <!-- left sidebar start --> <div class="feature-img"> <!-- Feature post start --> <div class="row"> <br/> <div class="col-md-12 left-sidebar" style="text-align: justify;"> <p> For the outdoor sports facilities, the campus has international sized, well maintained open air courts and grounds. These grounds cover a total area of about seven and a half acres of land and are used for football, hockey, volleyball and basketball.</p> <br/> <p> In the open grounds, occasionally running tracks are demarcated for athletes, including the facilities for high jump, long jump, discuss throw, javelin throw and shot put etc. </p> </div> </div> </div> </div> <!-- left sidebar close --> <div class="col-md-7 right-sidebar"> <!--right sidebar start --> <div class="recent-post" style="margin-top: 0px;"> <div class="row"> <div class="col-md-10 pull-right"> <div class="pic"> <img src="/img/../images/infrastructure/gym3.jpg" class="img-responsive" alt="" /> <br/> <h4 style="text-align: center;">Cardio Training Area </h4> </div> </div> </div> </div> <!-- Recent-post close --> <!-- Tag close --> </div> <!--right sidebar close --> </div> </div> <!-- Page Content close--> </div> <!-- Main-container close --> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Amenities' ) $content_for_layout = '<div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080d5;"> <div class="col-md-12 ptn-bg"> <h2>Gymnasium</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/infrastructure">Infrastructure</a></li> <li class="active">Gymnasium</li> </ol> </div> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container"> <!-- Main-container start --> <div class="container "> <!-- Page Content start --> <div class="row blog"> <div class="col-md-7"> <!-- left sidebar start --> <div class="feature-img"> <!-- Feature post start --> <div class="row"> <div class="col-md-10"> <h1>Gymnasium</h1> <div class="pic"> <img src="/img/../images/infrastructure/gym1.jpg" class="img-responsive" alt="" /> <br/> <h4 style="text-align: center;"> Weight Training Area</h4> </div> </div> </div> </div> </div> <!-- left sidebar close --> <div class="col-md-5 right-sidebar"> <!--right sidebar start --> <div class="recent-post"> <br/> <div class="row"> <div class="col-md-12"> <p>A multi utility high tech gymnasium has been set up to promote physical fitness among our students. The facility boasts of state-of-the-art equipment for a full body work out after which sauna is available. </p> <br/> <p> A professional trainer guides the students in the right direction to make sure they use the arrangements to their maximum benefits. Aerobics with fast pulsating music sets the mood for the evening.</p> </div> </div> </div> <!-- Recent-post close --> <!-- Tag close --> </div> <!--right sidebar close --> </div> <div class="row blog"> <div class="col-md-5"> <!-- left sidebar start --> <div class="feature-img"> <!-- Feature post start --> <div class="row"> <br/> <div class="col-md-12 left-sidebar" style="text-align: justify;"> <p> For the outdoor sports facilities, the campus has international sized, well maintained open air courts and grounds. These grounds cover a total area of about seven and a half acres of land and are used for football, hockey, volleyball and basketball.</p> <br/> <p> In the open grounds, occasionally running tracks are demarcated for athletes, including the facilities for high jump, long jump, discuss throw, javelin throw and shot put etc. </p> </div> </div> </div> </div> <!-- left sidebar close --> <div class="col-md-7 right-sidebar"> <!--right sidebar start --> <div class="recent-post" style="margin-top: 0px;"> <div class="row"> <div class="col-md-10 pull-right"> <div class="pic"> <img src="/img/../images/infrastructure/gym3.jpg" class="img-responsive" alt="" /> <br/> <h4 style="text-align: center;">Cardio Training Area </h4> </div> </div> </div> </div> <!-- Recent-post close --> <!-- Tag close --> </div> <!--right sidebar close --> </div> </div> <!-- Page Content close--> </div> <!-- Main-container close --> ' $scripts_for_layout = '' $title_for_layout = 'Amenities'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
AGNEL CHARITIES
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
 (An Autonomous Institute & Permanently Affiliated to University of Mumbai)
AGNEL CHARITIES'
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex Sector 9-A, Vashi, Navi Mumbai, Maharashtra, India PIN - 400703
AGNEL CHARITIES'
F.C.R.I.TA multi utility high tech gymnasium has been set up to promote physical fitness among our students. The facility boasts of state-of-the-art equipment for a full body work out after which sauna is available.
A professional trainer guides the students in the right direction to make sure they use the arrangements to their maximum benefits. Aerobics with fast pulsating music sets the mood for the evening.
For the outdoor sports facilities, the campus has international sized, well maintained open air courts and grounds. These grounds cover a total area of about seven and a half acres of land and are used for football, hockey, volleyball and basketball.
In the open grounds, occasionally running tracks are demarcated for athletes, including the facilities for high jump, long jump, discuss throw, javelin throw and shot put etc.
Agnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
Visitors Count
©FCRIT, Vashi. All rights reserved.
This website is best viewed in Chrome and Mozilla Firefox in 1366x768 screen resolution.