@extends('layouts.guest') @section('page-title') {{ __('Copylink') }} @endsection {{-- @section('language-bar') @endsection --}} @section('content')

{{ __('Password required') }}

{{ __('This document is password-protected. Please enter a password.') }}
@csrf
@error('password') {{ $message }} @enderror
@endsection @push('custom-scripts') @if (env('RECAPTCHA_MODULE') == 'on') {!! NoCaptcha::renderJs() !!} @endif @endpush