@extends('EcomAuthViews::layouts.authentication.layout') @section('content') @php $country_code = country()->code(); $config=config('ecom-auth'); @endphp
@csrf @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "text", "label" =>"" ])   Back @endcomponent @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "text", "label" =>(isset($message)? $message: '') ]) @endcomponent @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "text", "label" => ___('authentication.pin') ])
@endcomponent @if(isset($phoneInput) && $phoneInput==true) @endif {{-- @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "submit", "label" => "" ])--}} {{-- --}} {{-- @endcomponent--}}
{{-- @if(isset($config['providers']['facebook']))--}} {{-- --}} {{--
--}} {{--
Continue with Facebook
--}} {{--
--}} {{--
--}} {{-- @endif--}} {{--@if(isset($config['providers']['google']))--}} {{-- --}} {{--
--}} {{--
Continue with Google
--}} {{--
--}} {{--
--}} {{--@endif--}} {{--@if(isset($config['providers']['apple']))--}} {{-- --}} {{--
--}} {{--
Continue with Apple
--}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- --}} {{--
--}} {{--
Continue with Email
--}} {{--
--}} {{--
--}} @endsection @section('scripts') @endsection