@extends('EcomAuthViews::layouts.authentication.layout')
@section('content')
@php $country_code = country()->code(); @endphp
@if(request()->input('verify')==null)
@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
@if(in_array('phone',$config['auth_types']))
Continue with Phone
@endif
@endif
@endsection
@section('scripts')
@endsection