{{ csrf_field() }}

@lang('biolinks::app.passwordProtected')

@lang('biolinks::app.passwordNote')
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif @if ($errors->has('wrong_password'))
{{ $errors->first('wrong_password') }}
@endif