@extends('layouts.front-end.app') @section('title', \App\CPU\translate('Forgot Password')) @push('css_or_js') @endpush @section('content') @php($verification_by=\App\CPU\Helpers::get_business_settings('forgot_password_verification'))

{{\App\CPU\translate('Forgot your password')}}?

{{\App\CPU\translate('Change your password in three easy steps. This helps to keep your new password secure')}} .

  1. {{\App\CPU\translate('1')}}.{{\App\CPU\translate('Fill in your email address below')}} .
  2. {{\App\CPU\translate('2')}}.{{\App\CPU\translate('We will email you a temporary code')}} .
  3. {{\App\CPU\translate('3')}}.{{\App\CPU\translate('Use the code to change your password on our secure website')}} .
@if($verification_by=='email')
@csrf
{{\App\CPU\translate('Please provide valid email address')}} .
@else
@csrf
{{\App\CPU\translate('Please provide valid phone number')}}
@endif
@endsection