@extends('frontend.app') @section('content')
Back to Dashboard

Your Profile with MNGL

Update your Profile with MNGL

Note: Kindly enter BP to update your Basic Information or other details as appearing on your bill.

@if(isset($profile_message) && $profile_message)

{{ $profile_message }}

@endif

Resend OTP

Change your Password

*You can change your password with fill the below details

@if(isset($message) && $message)

{{ $message }}

@endif
{!! $errors->first('old_password', '')!!}
{!! $errors->first('new_password', '')!!}
{!! $errors->first('confirm_password', '')!!}
@include('frontend.layouts.partials.our_services')
@endsection @section('styles') @stop @section('scripts') @parent @endsection