@if(!is_null($favicon = Admin::favicon())) @endif

{{config('admin.name')}}

@if($errors->has('attempts'))
{{$errors->first('attempts')}}
@else
@if($errors->has('username'))
{{$errors->first('username')}}
@endif
@if($errors->has('password'))
{{$errors->first('password') }}
@endif
@if(config('admin.auth.remember'))
@endif
@endif