From e81d20fd509988fb1607605a8fa69ddad6b53f3a Mon Sep 17 00:00:00 2001 From: imadhigp Date: Fri, 7 Aug 2026 14:35:03 +0530 Subject: [PATCH] mission --- resources/views/abouts.blade.php | 20 +++++------ resources/views/signin.blade.php | 57 ++++++++++++++++++++++++++++++-- 2 files changed, 64 insertions(+), 13 deletions(-) diff --git a/resources/views/abouts.blade.php b/resources/views/abouts.blade.php index c452b3c..7d3b943 100644 --- a/resources/views/abouts.blade.php +++ b/resources/views/abouts.blade.php @@ -408,19 +408,19 @@ body {
-

Who We Are

-

- Our institute specializes in automotive engineering education, - offering hands-on training in modern vehicle technologies, - mechanical systems, and electric vehicles. +

Vision

+

+ To be a global leader in automotive education, driving the future of mobility by empowering the next generation of engineers, technicians, and innovators.

-

- We focus on building skilled professionals who are ready for - the global automotive industry. +

Mission

+

+ To foster technical mastery and critical thinking through immersive, practical learning environments, strong industry partnerships, and a commitment to eco-friendly automotive practices.

- + + +
diff --git a/resources/views/signin.blade.php b/resources/views/signin.blade.php index bcc9953..175772a 100644 --- a/resources/views/signin.blade.php +++ b/resources/views/signin.blade.php @@ -5,6 +5,7 @@ @push('styles') + @endpush @@ -226,9 +252,18 @@ @enderror -
+ +
+ + + + @error('password') {{ $message }} @enderror @@ -254,4 +289,20 @@
-@endsection \ No newline at end of file +@endsection + \ No newline at end of file