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

Update Password 🔒

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

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

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

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

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

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

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

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

@endif
@endsection