@extends('layouts.auth') @section('content') {{-- {{ __(get_option('sign_up_left_text')) }} --}} @if (get_option('sign_up_left_image')) @endif @csrf {{ __('Create an Account') }} {{ __('Already have an account?') }} {{ __('Sign In') }} {{-- checker --}} {{ __('Email/Phone') }} {{ __('Email') }} {{ __('Phone') }} {{ __('Email') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ __('Phone') }} @if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif {{ __('First Name') }} @if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif {{ __('Last Name') }} @if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif {{ __('Password') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif By clicking Create account, I agree that I have read and accepted the Terms of Use and Privacy Policy. {{ __('Sign Up') }} @endsection
{{ __(get_option('sign_up_left_text')) }}
{{ __('Already have an account?') }} {{ __('Sign In') }}