@include('emails.email_header')
@if (\Session::has('success'))
  • {!! \Session::get('success') !!}
@endif @if (\Session::has('errMsg'))
  • {!! \Session::get('errMsg') !!}
@endif

Please reset your password !

@csrf
@error('new_password') {{ $message }}

@endif

@error('confirm_password') {{ $message }}

@endif


@include('emails.email_footer_web_page')