@extends('agent.layouts.app') @section('title', 'My Profile') @section('content')
View and manage your profile information
{{ $agent->email }}
{{ $agent->commissionProgram->name ?? ($agent->performanceTier->name ?? "Basic") }}Matrix ID
{{ $agent->coupon_code }}
Commission Rate
{{ number_format($agent->getPersonalCommissionRate(), 0) }}%
Status
{{ ucfirst($agent->status) }}Member Since
{{ $agent->created_at->format('d M Y') }}
Complete your profile
Please add your IC number and address for official payslip documents (required for loan applications, hire purchase, etc.)
{{ $agent->upline->name }}
{{ $agent->upline->commissionProgram->name ?? ($agent->upline->performanceTier->name ?? "Basic") }}
No bank details provided
Please add your bank details to receive payouts.