@extends('layouts.front') @push('css') @endpush @section('content') @lang('Login/Register') @includeIf('partials.user.form-both') @csrf @lang('Please Enter Your Phone Number') @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif @lang('Continue') @lang('Or') @lang('Continue with Email') @includeIf('partials.front.cta') @endsection @push('js') @endpush