@extends('frontend.layouts.customer-login') @section('title', __('labels.frontend.passwords.reset_password_box_title') . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content') {{ html()->form('POST', route('frontend.auth.password.email.post'))->class('login-form')->open() }}

@lang('labels.frontend.passwords.reset_password_box_title')

{{ html()->label('Customer Code')->for('ac_code_display') }}
{{ form_submit(__('labels.frontend.passwords.send_password_reset_link_button')) }}
{{ html()->form()->close() }} @endsection