{!! \Orchid\Screen\Fields\Input::make('email') ->type('email') ->required() ->tabindex(1) ->autofocus() ->autocomplete('email') ->inputmode('email') ->placeholder(__('Enter your email')) !!}
{!! \Orchid\Screen\Fields\Password::make('password') ->required() ->autocomplete('current-password') ->tabindex(2) ->placeholder(__('Enter your password')) !!}