@extends('EcomAuthViews::layouts.authentication.layout',[ "heightAdjuster" => (session('guest')==1) ? 80 : 400 ]) @section('content') @php $country_code = country()->code(); @endphp
@csrf
@foreach($auth_by as $auth)
@include('EcomAuthViews::icons.'.$auth['icon']) {{$auth["value"] }}.@if($loop->last) Choose another @endif
@endforeach
@component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "text", "label" => ___('authentication.enter_password') ])
@error('password') {{$message}} @enderror
Forgot Password? Reset
@endcomponent
@endsection @section('scripts') @endsection