@extends('layouts.blankLayout') @section('title', 'Reset Password - MDM ADMIN PORTAL') @section('page-style') @endsection @section('content')

Reset Password 🔒

@if(isset($_SESSION['message']) && $_SESSION['message'] != "")

{{ $_SESSION['message']}} {{ $_SESSION['message'] = ""}}

@endif
@if(isset($errors) && !empty($errors))

{{ $errors->first('email') }}

@endif
@if(isset($errors) && !empty($errors))

{{ $errors->first('new_password') }}

@endif
@if(isset($errors) && !empty($errors))

{{ $errors->first('confirm_password') }}

@endif
@endsection