@extends('layouts.app') @section('title', 'Profile Settings - ECA Networks') @section('content')

Profile Settings

@csrf

Profile Photo

{{ strtoupper(substr($user->name, 0, 1)) }}

JPG, PNG. Max 2MB.

Personal Information

@error('name')

{{ $message }}

@enderror

Email cannot be changed.

@error('phone')

{{ $message }}

@enderror

Change Password (leave blank to keep current)

@error('current_password')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Cancel
@endsection