🔐 Enter Password to Access Drive

@if ($errors->any())
{{ $errors->first('password') }}
@endif
@csrf
{{-- Toast --}} @if (session('success') || session('error') || $errors->any())
@endif