@extends('components.customer-layout') @section('header')

Profile Settings

@endsection @section('content') {{-- Top Performers --}}
@if(!empty($editSuccess))
{{ $editSuccess }}
@endif
@if (isset($user->image)) image }} alt="profile" id="profile-img"> @else image @endif
@if (!empty($user)) @if (isset($user->firstname, $user->lastname))
{{ ucfirst($user->firstname) }} {{ ucfirst($user->lastname) }}
@endif @endif
@if (isset($user, $user->email)) @endif
@if (!empty($user)) @if (isset($user->username))

Username : {{ ucfirst($user->username) }}

@endif @endif
@if (!empty($user))

Transaction History : id]) }} class="downloadTxReciept">

@endif
User Record
@csrf
firstname }} name="firstname" aria-label="First name">
Reset Password
@csrf
@endsection