@extends('layouts.admin-modern') @section('title', 'Paiements Ambassadeurs') @section('content')
Historique des versements aux ambassadeurs
| ID | Ambassadeur | Période | Brut | Ajustements | Net | Statut | Ref. Stripe | Date paiement |
|---|---|---|---|---|---|---|---|---|
| #{{ $p->id }} | {{ $p->ambassador?->display_or_full_name ?? 'N/A' }} | {{ $p->period_start->format('d/m') }} - {{ $p->period_end->format('d/m/Y') }} | {{ number_format($p->gross_amount, 2, ',', ' ') }} € | {{ number_format($p->adjustments_amount, 2, ',', ' ') }} € | {{ number_format($p->net_amount, 2, ',', ' ') }} € | {{ $p->status_label }} | {{ $p->stripe_payout_reference ?: '-' }} | {{ $p->paid_at?->format('d/m/Y') ?? '-' }} |
| Aucun paiement | ||||||||