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