@extends('EcomAuthViews::layouts.authentication.layout') @php $type = "phone"; @endphp @section('content')
@csrf @if($type == 'phone') @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "text", "label" => ___('authentication.phone_number') ]) @endcomponent @else @endif @component('EcomGeneralViews::components.form.input', [ "parentClass" => "", "size" => "full", "type" => "submit", "label" => "" ]) @endcomponent
@if(isset($config['providers']['facebook']))
@include('EcomGeneralViews::icons.facebook')
Continue with Facebook
@endif @if(isset($config['providers']['google']))
@include('EcomGeneralViews::icons.google')
Continue with Google
@endif @if(isset($config['providers']['apple']))
@include('EcomGeneralViews::icons.google')
Continue with Apple
@endif {{-- @if($type == 'phone')--}} @if(in_array('email',$config['auth_types']))
@include('EcomGeneralViews::icons.email')
Continue with Email
@endif @endsection @section('scripts') @endsection