@extends('layouts.auth') @section('content') {{ __(get_option('sign_up_left_text')) }} @if(get_option('sign_up_left_image')) @endif @csrf {{__('Sign In')}} {{__('New User')}} ? {{__('Create an Account')}} {{__('Email or Phone')}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{__('Password')}} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{__('Forgot Password')}}? {{__('Sign In')}} @if(env('GOOGLE_LOGIN_STATUS') == 1) {{ __('Sign in with Google') }} @endif @if(env('FACEBOOK_LOGIN_STATUS') == 1) {{ __('Sign in with Facebook') }} @endif @if(env('TWITTER_LOGIN_STATUS') == 1) {{ __('Sign in with Twitter') }} @endif @if(env('LOGIN_HELP') == 'active') Admin: admin@gmail.com | 123456 Instructor: instructor@gmail.com | 123456 Student: student@gmail.com | 123456 Affiliator: affiliator@gmail.com | 123456 Organization: organization@gmail.com | 123456 @endif @endsection @push('script') @endpush
{{ __(get_option('sign_up_left_text')) }}
{{__('New User')}} ? {{__('Create an Account')}}