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>Infrastructure </h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Infrastructure</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-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Library</h1>
<img src="/img/../images/infrastructure/lib.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> The <b>Central Library </b> is the heart of this institution and is aimed at providing an appropriate
learning and research environment which can make possible excellence in teaching and timely response to the
learning and information needs of students... <br/>
</p>
<a href="/amenities/library" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Gymnasium </h1>
<img src="/img/../images/infrastructure/gym.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> A <b>multiutility high tech gymnasium </b>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...<br/>
</p>
<a href="/amenities/gymnasium" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Hostel</h1>
<img src="/img/s_pic-1.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Dummy text dummy text dummy text. Dummy text dummy text dummy text <br/>
Dummy text dummy text dummy text. Dummy text dummy text dummy text
</p>
<a href="/amenities/hostel" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Swimming Pool </h1>
<img src="/img/../images/infrastructure/spool.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Dummy text dummy text dummy text. Dummy text dummy text dummy text <br/>
Dummy text dummy text dummy text. Dummy text dummy text dummy text
</p>
<a href="/amenities/swimming_pool" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Medical Centre</h1>
<img src="/img/../images/infrastructure/gtm.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> A campus with a large population certainly calls for self sufficiency in all spheres including medical facilities...
</p>
<a href="/amenities/medical_centre" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Meditation Centre </h1>
<img src="/img/../images/infrastructure/gam.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Need a place to close your eyes and find your true self and connect
with your spiritual side? Visit the “Meditation Centre”...
</p>
<a href="/amenities/meditation_centre" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Playground</h1>
<img src="/img/../images/infrastructure/playground.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>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 facilitiesfor high jump, long jump,- discuss throw, javelin throw and shot put etc
</p>
<a href="/amenities/playground" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Canteen </h1>
<img src="/img/../images/infrastructure/canteen.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>The spacious canteen caters not only to the hostelites...
</p>
<a href="/amenities/canteen" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</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>Infrastructure </h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Infrastructure</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-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Library</h1>
<img src="/img/../images/infrastructure/lib.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> The <b>Central Library </b> is the heart of this institution and is aimed at providing an appropriate
learning and research environment which can make possible excellence in teaching and timely response to the
learning and information needs of students... <br/>
</p>
<a href="/amenities/library" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Gymnasium </h1>
<img src="/img/../images/infrastructure/gym.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> A <b>multiutility high tech gymnasium </b>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...<br/>
</p>
<a href="/amenities/gymnasium" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Hostel</h1>
<img src="/img/s_pic-1.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Dummy text dummy text dummy text. Dummy text dummy text dummy text <br/>
Dummy text dummy text dummy text. Dummy text dummy text dummy text
</p>
<a href="/amenities/hostel" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Swimming Pool </h1>
<img src="/img/../images/infrastructure/spool.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Dummy text dummy text dummy text. Dummy text dummy text dummy text <br/>
Dummy text dummy text dummy text. Dummy text dummy text dummy text
</p>
<a href="/amenities/swimming_pool" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Medical Centre</h1>
<img src="/img/../images/infrastructure/gtm.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> A campus with a large population certainly calls for self sufficiency in all spheres including medical facilities...
</p>
<a href="/amenities/medical_centre" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Meditation Centre </h1>
<img src="/img/../images/infrastructure/gam.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Need a place to close your eyes and find your true self and connect
with your spiritual side? Visit the “Meditation Centre”...
</p>
<a href="/amenities/meditation_centre" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Playground</h1>
<img src="/img/../images/infrastructure/playground.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>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 facilitiesfor high jump, long jump,- discuss throw, javelin throw and shot put etc
</p>
<a href="/amenities/playground" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Canteen </h1>
<img src="/img/../images/infrastructure/canteen.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>The spacious canteen caters not only to the hostelites...
</p>
<a href="/amenities/canteen" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</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>Infrastructure </h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Infrastructure</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-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Library</h1>
<img src="/img/../images/infrastructure/lib.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> The <b>Central Library </b> is the heart of this institution and is aimed at providing an appropriate
learning and research environment which can make possible excellence in teaching and timely response to the
learning and information needs of students... <br/>
</p>
<a href="/amenities/library" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Gymnasium </h1>
<img src="/img/../images/infrastructure/gym.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> A <b>multiutility high tech gymnasium </b>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...<br/>
</p>
<a href="/amenities/gymnasium" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Hostel</h1>
<img src="/img/s_pic-1.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Dummy text dummy text dummy text. Dummy text dummy text dummy text <br/>
Dummy text dummy text dummy text. Dummy text dummy text dummy text
</p>
<a href="/amenities/hostel" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Swimming Pool </h1>
<img src="/img/../images/infrastructure/spool.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Dummy text dummy text dummy text. Dummy text dummy text dummy text <br/>
Dummy text dummy text dummy text. Dummy text dummy text dummy text
</p>
<a href="/amenities/swimming_pool" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Medical Centre</h1>
<img src="/img/../images/infrastructure/gtm.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> A campus with a large population certainly calls for self sufficiency in all spheres including medical facilities...
</p>
<a href="/amenities/medical_centre" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Meditation Centre </h1>
<img src="/img/../images/infrastructure/gam.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Need a place to close your eyes and find your true self and connect
with your spiritual side? Visit the “Meditation Centre”...
</p>
<a href="/amenities/meditation_centre" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Playground</h1>
<img src="/img/../images/infrastructure/playground.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>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 facilitiesfor high jump, long jump,- discuss throw, javelin throw and shot put etc
</p>
<a href="/amenities/playground" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Canteen </h1>
<img src="/img/../images/infrastructure/canteen.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>The spacious canteen caters not only to the hostelites...
</p>
<a href="/amenities/canteen" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</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>Infrastructure </h2>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Infrastructure</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-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Library</h1>
<img src="/img/../images/infrastructure/lib.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> The <b>Central Library </b> is the heart of this institution and is aimed at providing an appropriate
learning and research environment which can make possible excellence in teaching and timely response to the
learning and information needs of students... <br/>
</p>
<a href="/amenities/library" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Gymnasium </h1>
<img src="/img/../images/infrastructure/gym.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> A <b>multiutility high tech gymnasium </b>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...<br/>
</p>
<a href="/amenities/gymnasium" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Hostel</h1>
<img src="/img/s_pic-1.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Dummy text dummy text dummy text. Dummy text dummy text dummy text <br/>
Dummy text dummy text dummy text. Dummy text dummy text dummy text
</p>
<a href="/amenities/hostel" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Swimming Pool </h1>
<img src="/img/../images/infrastructure/spool.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Dummy text dummy text dummy text. Dummy text dummy text dummy text <br/>
Dummy text dummy text dummy text. Dummy text dummy text dummy text
</p>
<a href="/amenities/swimming_pool" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Medical Centre</h1>
<img src="/img/../images/infrastructure/gtm.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p> A campus with a large population certainly calls for self sufficiency in all spheres including medical facilities...
</p>
<a href="/amenities/medical_centre" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Meditation Centre </h1>
<img src="/img/../images/infrastructure/gam.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>Need a place to close your eyes and find your true self and connect
with your spiritual side? Visit the “Meditation Centre”...
</p>
<a href="/amenities/meditation_centre" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="row blog">
<div class="col-md-6">
<!-- left sidebar start -->
<div class="feature-img">
<!-- Feature post start -->
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Playground</h1>
<img src="/img/../images/infrastructure/playground.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>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 facilitiesfor high jump, long jump,- discuss throw, javelin throw and shot put etc
</p>
<a href="/amenities/playground" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
<!-- left sidebar close -->
<div class="col-md-6 right-sidebar">
<!--right sidebar start -->
<div class="recent-post" style="margin-top: 0px;">
<div class="row">
<div class="col-md-12">
<div class="pic">
<h1> Canteen </h1>
<img src="/img/../images/infrastructure/canteen.jpg" class="img-responsive" alt="" /> <br/>
</div>
<p>The spacious canteen caters not only to the hostelites...
</p>
<a href="/amenities/canteen" class="btn btn-yellow">Read More</a>
</div>
</div>
</div>
</div>
</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