{{--
--}}
{{-- datatable --}}
@stack('styles')
Reset your password
@csrf
User Email
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{--
New Password
@if ($errors->has('new_pass'))
{{ $errors->first('new_pass') }}
@endif
Confirm Password
@if ($errors->has('con_pass'))
{{ $errors->first('con_pass') }}
@endif
--}}