Password protected
{{ csrf_field() }}
@if (Request::get('site-password-protected'))
Password is wrong
@else
And press enter
@endif