@extends('frontend.layouts.app') @section('content') @include('frontend.partials.page-header', ['pageTitle'=>'Vision & Mission', 'breadcrumbs'=>[['name'=>'About','url'=>'/about'],['name'=>'Vision & Mission']]])

Our Vision

To be a globally recognized institution of excellence in engineering and management education, fostering innovation, research, and ethical leadership.

Our Mission

    @foreach(['Impart quality technical education aligned with industry needs and global standards','Foster research, innovation, and entrepreneurial spirit among students','Develop holistic professionals with strong ethical values and social responsibility','Build industry-academia partnerships for practical and experiential learning','Create an inclusive and empowering learning environment for all'] as $m)
  • {{ $m }}
  • @endforeach
@endsection