@extends('layouts.blankLayout') @section('title', 'Reset Password - MDM ADMIN PORTAL') @section('page-style') @endsection @section('content')
{{ $_SESSION['message']}} {{ $_SESSION['message'] = ""}}
{{ $errors->first('email') }}
{{ $errors->first('new_password') }}
{{ $errors->first('confirm_password') }}