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