@extends('auth.master') @section('title', __('auth.confirm_password')) @section('content') @if (isset(getSettings()['general']['light_logo_image'])) @else {{ env('APP_NAME') }} @endif {{__('static.users.confirm_password')}} {{__('static.users.please_confirm_password')}} @csrf @error('password') {{ $message }} @enderror @if (Route::has('password.request')) {{ __('static.users.forgot_password')}} @endif {{__('static.users.confirm_password')}} @endsection @push('scripts') @endpush
{{__('static.users.please_confirm_password')}}