General information
Captcha Login
@if($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif
Login Options
@if($errors->has('img_login'))
{{ $errors->first('img_login') }}
@endif
Layout options
@if($errors->has('layout'))
{{ $errors->first('layout') }}
@endif
@if($errors->has('skin'))
{{ $errors->first('skin') }}
@endif
Register
@if($errors->has('register'))
{{ $errors->first('register') }}
@endif