@extends('layouts.admin') @section('title', __('Affiliation')) @section('page-title', __('Affiliation')) @section('content')
| {{ __('Affiliate') }} | {{ __('Amount') }} | {{ __('Commissions') }} | {{ __('Status') }} | {{ __('Created') }} |
|---|---|---|---|---|
|
{{ $p->affiliate?->code ?? '—' }}
{{ $p->affiliate?->customer?->email ?? '' }}
|
{{ strtoupper((string) $p->currency) }} {{ number_format((float) $p->amount, 2) }} | {{ number_format((int) ($p->commissions_count ?? 0)) }} | {{ $p->status }} | {{ $p->created_at?->format('Y-m-d') }} |
| {{ __('No payouts found.') }} | ||||