@extends('layouts.dash2') @section('title', $title) @section('content')
@include('partials._mobile_header', [ 'title' => 'Account Settings', 'showBackButton' => true, 'backUrl' => route('dashboard'), 'showNotifications' => true, 'showDarkMode' => true, 'financeUser' => Auth::user() ])
{{ Auth::user()->name }}

{{ Auth::user()->name }} {{ Auth::user()->lastname }}

Account #{{ Auth::user()->usernumber }}

@include('partials._dashboard_help_support', ['support_route' => route('support')])

Profile Information

Your personal information and account details

Your unique account identifier

Account Information

To update your personal information, please contact our customer support team.

Upload Profile Picture

@csrf

Change Transaction PIN

@csrf @method('PUT')

Create a secure PIN you can remember

For security verification

Security Alert

Keep your transaction PIN confidential. Never share it with anyone.

@endsection