@extends('layouts.app') @section('content')
@csrf

@lang('messages.this_form_is_password_protected')

{{__('messages.enter_your_password_to_view_the_form')}}

@endsection @section('footer') @endsection