@extends('EcomAuthViews::layouts.authentication.layout' , ['title' => ___('authentication.reset_password')]) @section('content') @php @endphp
@csrf {{-- @if($user->email)--}} {{--
--}} {{-- @include('EcomAuthViews::icons.envelope')--}} {{-- {{$user->email }} --}} {{--
--}} {{-- @endif--}} {{-- @if($user->phone)--}} {{--
--}} {{-- @include('EcomAuthViews::icons.phone')--}} {{-- {{$user->phone }} --}} {{--
--}} {{-- @endif--}} {{--
--}} @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "text", "label" => ___('authentication.password'). " *" ])
@error('new_password') {{$message}} @enderror @endcomponent @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "text", "label" => ___('authentication.confirm_password'). " *" ])
@error('confirm_password') {{$message}} @enderror @endcomponent @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "submit", "label" => "" ]) @endcomponent {{--
--}} {{--
OR
--}} {{--
--}} {{--
--}} {{--
--}} {{-- Already have an account? Login--}} {{--
--}} {{--
--}}
@endsection @section('scripts') @endsection