@extends('powerpanel.layouts.app_login') @section('content')

{!! trans('template.forgotPwd.resetpassword') !!}

{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Password must meet the following requirements:

  • At least one letter
  • At least one capital letter
  • At least one number
  • Password should be 6 to 20 characters
  • At least one special character
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif

Password must meet the following requirements:

  • At least one letter
  • At least one capital letter
  • At least one number
  • Password should be 6 to 20 characters
  • At least one special character
@endsection @section('scripts') @endsection