@extends('layouts.loginlayout') @section('page-title') {{ __('Passwork Check') }} @endsection @section('language-bar') @endsection @push('css') @endpush @section('action-btn') @endsection @section('content')

{{ __('Password required') }}

{{ __('This document is password-protected. Please enter a password.') }}
@csrf
@if ($message = Session::get('error')) {{ $message }} @endif
@endsection