CMS Access
Login To Your Account
@if(setting('auth.email_or_username') && setting('auth.email_or_username') == 'username')
@if ($errors->has('username'))
{{ $errors->first('username') }}
@endif
@else
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endif