@extends("client.layouts.app") @section("title", __("client.affiliates.title")) @section("content")
{{ __('client.affiliates.page_subtitle') }}
{{ __('client.affiliates.referral_share_desc') }}
| {{ __('common.table.date') }} | {{ __('client.affiliates.referred_client') }} | {{ __('common.table.type') }} | {{ __('common.table.amount') }} | {{ __('common.table.status') }} |
|---|---|---|---|---|
| {{ $comm->created_at?->format("d M Y") }} | {{ $comm->referredClient->email ?? "-" }} | {{ $comm->type ?? "signup" }} | ${{ number_format($comm->amount, 2) }} | {{ ucfirst($comm->status ?? "pending") }} |
|
{{ __('client.affiliates.no_commissions') }} |
||||