@extends('Web.Layout.app') @section('title', __('setting.setting_reset_pwd')) @section('content')

{{ __('setting.setting_reset_pwd') }}

@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif @if (session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}
@endsection