@php($e_commerce_logo=\App\Model\BusinessSetting::where(['type'=>'company_web_logo'])->first()->value) Logo

{{\App\CPU\translate('forgot_password?')}}

{{\App\CPU\translate('follow_steps')}}

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