@extends('shared.layout') @section('content')
{{ __('This share is password protected') }} {{ __('Enter the password you received from the sender to view the shared certificates.') }}
@csrf @error('password') {{ $message }} @enderror {{ __('Unlock') }}
@endsection