Login Full Background

avatar
Reset Password

@if(Session::get('status')!=1)
{{csrf_field()}}
@if(count($errors))
× @foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif
@else
× Password Updated! Please login into CottageYumz
@endif