@extends('layouts.ambassador') @section('ambassador-content')
{{ $prestataire->user->email ?? '' }} · {{ $prestataire->city ?? '' }}
Source
{{ ucfirst(str_replace('_', ' ', $assignment->source)) }}
Affilié depuis
{{ $assignment->assigned_at->format('d/m/Y') }}
Services actifs
{{ $prestataire->services->count() }}
Réservations
{{ $prestataire->bookings->count() }}
| Date | Type | Transaction | Commission | Statut |
|---|---|---|---|---|
| {{ $c->created_at->format('d/m/Y') }} | {{ ucfirst($c->order_type) }} | {{ number_format($c->base_amount, 2, ',', ' ') }}€ | {{ number_format($c->commission_amount, 2, ',', ' ') }}€ | @if($c->status === 'paid') Payé @elseif($c->status === 'pending') En attente @elseif($c->status === 'cancelled') Annulé @else {{ ucfirst($c->status) }} @endif |
| Aucune commission pour ce prestataire. | ||||