@extends('layouts.app') @section('title', 'My Profile') @section('page-title', 'My Profile') @section('content')
{{-- Profile Details --}}
Profile Information

Update your name and mobile number.

@csrf @method('PATCH')
Email cannot be changed. Contact admin if needed.
@error('name')
{{ $message }}
@enderror
+91 @error('mobile')
{{ $message }}
@enderror
{{-- Change Password --}}
Change Password

Ensure your account uses a strong, unique password.

@csrf @method('PATCH')
@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection @push('scripts') @endpush