@extends('platform::auth') @section('content')

{{ __('Confirm password') }}

@csrf
{!! \Orchid\Screen\Fields\Password::make('password') ->required() ->autocomplete('current-password') ->tabindex(1) ->autofocus() ->placeholder(__('Enter your password')) !!}
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection