@extends('layouts.affiliates') @section('content')

My Profile

profile image

{{ $affiliate->name}}

Nextpayday Affiliate

{{ $affiliate->referralLink }}

Basic Information
Full Name : {{ $affiliate->name }} Phone : {{ $affiliate->phone }}
Email : {{ $affiliate->email }} Location : {{ $affiliate->address }}
State : {{ $affiliate->state }} Commission Rate : {{ $affiliate->commission_rate . '%' ?? 'Not Set' }}
CV : @if (!$affiliate->getOriginal('cv')) @else View CV @endif
Other Information
Bank Details
@if($affiliate->bank)

Bank Name: {{ $affiliate->bank->bank_name }}

Bank Code: {{ $affiliate->bank->bank_code }}

Account Number: {{ $affiliate->bank->account_number }}

@else Bank details unavailable @endif
Basic Information

Update your basic information

@csrf
Bank Information

Update your bank data

@csrf
Password Change

Change your account password

@csrf
@endsection