@if (config('app.env') == 'local')
Powered by RazinSoft ©{{ now()->format('Y') }}
v{{ config('app.version') }}
@endif
@if ($app_setting['logo']) Logo @else Logo @endif

{{ __('Choose Your Path to Join Us') }}!

{{ __('Are you a Student, Instructor or an Organization?') }}

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@if (config('app.env') == 'local')
Email: admin@readylms.com
Password: secret@123
Email: instructor@readylms.com
Password: secret
Email: org@readylms.com
Password: secret@org
@endif
auth-login
@if (session('verification-error')) @endif @if (session('account-created')) @endif @if (session('account-suspended')) @endif