@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
{{--

{{ __('“Attention is the new currency”') }}

{{ __('The more effortless the writing looks, the more effort the writer actually put into the process.') }}

--}} @endsection @push('custom-scripts') @endpush