芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/resources/views/profile/partials/update-password-form.blade.php
{{ __('Update Password') }}
{{ __('Ensure your account is using a long, random password to stay secure.') }}
@csrf @method('put')
{{ __('Save') }}
@if (session('status') === 'password-updated')
{{ __('Saved.') }}
@endif