Show validation errors on Reset Password page
This commit is contained in:
parent
4f44414450
commit
edb1075aad
@ -5,6 +5,8 @@
|
|||||||
@section('message', trans('auth.reset_password'))
|
@section('message', trans('auth.reset_password'))
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<div role="alert" class="alert alert-danger d-none" :class="(form.response.error) ? 'show' : ''" v-if="form.response.error" v-html="form.response.message"></div>
|
||||||
|
|
||||||
{!! Form::open([
|
{!! Form::open([
|
||||||
'route' => 'reset.store',
|
'route' => 'reset.store',
|
||||||
'id' => 'reset',
|
'id' => 'reset',
|
||||||
@ -39,3 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
@push('scripts_start')
|
||||||
|
<script src="{{ asset('public/js/auth/reset.js?v=' . version('short')) }}"></script>
|
||||||
|
@endpush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user