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

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

{{ __('Are you an Instructor') }}?

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