@extends('EcomAuthViews::layouts.authentication.layout') @section('content') @php $country_code = country()->code(); @endphp
@csrf @component('EcomGeneralViews::components.card.default', [ "form_input_name" => "reset_method", "form_input_value" => "email", "onchange" => "", "title" => "Using Email Address", "text" => "" ])@endcomponent @component('EcomGeneralViews::components.card.default', [ "form_input_name" => "reset_method", "form_input_value" => "phone", "onchange" => "", "title" => "Using Phone Number", "text" => "" ])@endcomponent @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "submit", "label" => "" ]) @endcomponent
@endsection @section('scripts') @endsection