@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.passwords.reset_password_box_title')) @section('content') @php use App\Helpers\General\AMP; @endphp @push('after-styles') @endpush
{{ html()->label(__('validation.attributes.frontend.email'))->for('email') }} {{-- {{ html()->email('email') ->class('form-control') ->placeholder(__('validation.attributes.frontend.email')) ->attribute('maxlength', 191) ->required() }} --}}
{{ html()->label(__('validation.attributes.frontend.password'))->for('password') }}
{{ html()->label(__('validation.attributes.frontend.password_confirmation'))->for('password_confirmation') }}