Vijay Institute of Nursing
Approved by HNRC (Haryana Government), INC (Delhi) , Affiliated by (Pt. B.D Sharma University of Health Science)

Why Join Us

Expert teachers

We have expert teaching staff for all the courses. Teacher update students with latest teaching methodology & with real time examples.

WI-FI AC Campus

Campus is fully air conditioned & wi-fi enabled. Student can experiance netural beauty across the campus premises. Student can access wi-fi across the campus free.

Scholarship for brighter students

We provide scholarship to meritorious students.

Hostel / Transport Facility

We provide hostel facility for distant students. we also provide pick & facility to students from all major accessable areas.

Courses

M.Sc Nursing

Applications are invited on prescribed form along the ori...

Duration: 2 Years

Basic Post B.Sc Nursing

ELIGIBILITY CRITERIA FOR ADMISSION TO Basic Post B.sc Nur...

Duration: 2 Years

General Nursing & Midwifery

ELIGIBILITY CRITERIA FOR ADMISSION TO G.N.M. ...

Duration: 3 Years

Basic B.Sc Nursing

ELIGIBILITY CRITERIA FOR ADMISSION TO B.sc The mi...

Duration: 4 Years

Transport

We aim to rise above the ordinary by developing educatio...

Deatils

Hostel

We aim to rise above the ordinary by developing education...

Deatils

Back to top
use Illuminate\Contracts\Http\Kernel; use Illuminate\Http\Request; define('LARAVEL_START', microtime(true)); /* |-------------------------------------------------------------------------- | Check If The Application Is Under Maintenance |-------------------------------------------------------------------------- | | If the application is in maintenance / demo mode via the "down" command | we will load this file so that any pre-rendered content can be shown | instead of starting the framework, which could cause an exception. | */ if (file_exists($maintenance = __DIR__.'/core/storage/framework/maintenance.php')) { require $maintenance; } /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader for | this application. We just need to utilize it! We'll simply require it | into the script here so we don't need to manually load our classes. | */ require __DIR__.'/core/vendor/autoload.php'; /* |-------------------------------------------------------------------------- | Run The Application |-------------------------------------------------------------------------- | | Once we have the application, we can handle the incoming request using | the application's HTTP kernel. Then, we will send the response back | to this client's browser, allowing them to enjoy our application. | */ $app = require_once __DIR__.'/core/bootstrap/app.php'; $kernel = $app->make(Kernel::class); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response); ?>