@extends('layouts.main') @section('otherCss') @endsection @section('contents')

MSPDCL Surya Ghar

@if($user->avatar) {{ $user->name }} @else {{ strtoupper(substr($user->name, 0, 1)) }} @endif

Change Photo

{{ $user->name }}

{{ $user->email }}

Consumer

Member since {{ $user->created_at->format('F Y') }}

@if($user->avatar) @endif
Consumer Information
Consumer ID
{{ $consumer->consumer_id }}
Consumer Number
{{ $consumer->consumer_no }}
Phone Number
{{ $consumer->phone ?: 'Not provided' }}
Category
{{ $consumer->category->name ?? 'Not specified' }}
Sub Division
{{ $consumer->subDivision->name ?? 'Not specified' }}

Change Password

Ensure your account is using a long, random password to stay secure.

@csrf
Contact admin to change your name
Contact admin to change your email

Required only if changing password
Quick Actions
PPA Agreement

Download your Power Purchase Agreement

Download
Upload Documents

Upload your signed PPA and documents

Upload
@endsection @section('otherJs') @endsection