Sindbad~EG File Manager

Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/auth/
Upload File :
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/auth/remind.blade.php

@extends('layoutlogin')

@section('title')
  <title>Reset Password</title>
@stop

@section('script')
    <script type="text/javascript">
            var baseUrl = "{{ url('/') }}";
            $(document).ready(function () {
               $("#form_login").validate({
                  rules:{                                      
                    email: {
                      required: true,
                      email: true
                    },
                    agree: "required"
                  }
                });
            });
    </script>      
@stop

@section('content')   

<div class="loginform">
{{ Form::open(array('url' => 'password/reset','role'=>'form','id'=>'form_login')) }}
        {{-- <div class="col-12 hidden-lg news"> Content Space </div> --}}
          <h1 class="text-center">Reset Password</h1>


              @if (Session::has('error'))
              {{ trans(Session::get('reason')) }}
            @elseif (Session::has('success'))
              An email with the password reset has been sent.
            @endif        
              @if(Session::has('msg'))
                  <div class="alert alert-success">{{ Session::get('msg')}}</div>
              @endif
              @if(Session::has('msg_err'))
                  <div class="alert alert-danger">{{ Session::get('msg_err')}}</div>
              @endif
                <div class="form-group largeForm">
                <div class="form-group">
                  {{ Form::label('email', 'Email Id: ',array('class'=>'class="col-12 col-form-label"')) }}
                  {{ Form::text('email','',array('class' => 'req form-control input-lg req email') )  }}
                </div>                         
                <div class="form-group">
                    <input type="submit" value="Submit" id ="btnSubmit" class="btn primary full-width button-wide button-large">                   
                    
                </div>
                <h4 class="text-center" > <strong> <a href="{{ url('login') }}" >Back to Login</a> </strong></h4>                  
                </div>
          {{ Form::close() }}
        </div>

@stop


@section("content_right")

<ul class="list">
  <li>Enter the emailid you have used to registered WITH THE SCIENTIFIC COMMITTEE WEBSITE</li>
  <li>An email with a password reset link will be sent.</li>
  <li>You may click the link to proceed with the password reset.</li> 
  <li> The password reset link sent to your email is valid only for 24 hours.</li>
  <li>Remember, we can never retrieve your old password since hash algorithms have been adopted to store passwords.</li>
   <li>Need help? Write to {{ CustomClass::$EMAIL_SUPPORT }}</li>
</ul>

@stop

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists