@extends('layouts.app_single') @section('content')
IAA
Reset Password
Indian Aviation Academy
@csrf
@if (session('status'))
{{ session('status') }}
@endif
Enter your registered email and new password to reset Password.
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if(isset($predefined_password))
{{ $predefined_password }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if(isset($predefined_password))
{{ $predefined_password }}
@endif
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
Back to Login
Submit
@endsection