@laravelPWA {{ str_replace("_"," ",config('app.name', 'Paskoding')) }}
@csrf @if ($errors->has('username'))

{{ $errors->first('username') }}


@endif @if ($errors->has('password'))

{{ $errors->first('password') }}


@endif {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display(['size' => 'normal']) !!} @if ($errors->has('g-recaptcha-response'))

{{ $errors->first('g-recaptcha-response') }}


@endif