{{ $lockUser->presenter()->title() }}
{{ $lockUser->presenter()->title() }} {{ $lockUser->presenter()->subTitle() }}
{!! \Orchid\Screen\Fields\Password::make('password') ->required() ->autocomplete('current-password') ->tabindex(1) ->autofocus() ->placeholder(__('Enter your password')) !!} @error('email') {{ $errors->first('email') }} @enderror
{{__('Sign in with another user.')}}