芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/resources/views/auth/passwords/confirm.blade.php
@extends('layouts.auth') @section('content')
{{ _lang('Confirm Password') }}
{{ _lang('Please confirm your password before continuing.') }}
@csrf
@error('password')
{{ $message }}
@enderror
{{ _lang('Confirm Password') }}
@if (Route::has('password.request'))
{{ _lang('Forgot Your Password?') }}
@endif
@endsection