@include('admin.partials.navbar')

{{ __('messages.humanitarian') }}

header
@if(session('success'))
{{ session('success') }}
@endif
@forelse($periods as $period) @php $commissionAmount = ($period->total_orders ?? 0) * 0.15; $humanitaireAmount = $commissionAmount * 0.20; @endphp @empty @endforelse
{{ __('messages.period') }} {{ __('messages.humanitarian_rib') }} {{ __('messages.orders_count') }} {{ __('messages.total_orders') }} {{ __('messages.commission_15') }} {{ __('messages.humanitarian_share') }} {{ __('messages.documents') }}
Du {{ $period->start_date->format('d/m/Y') }} au {{ $period->end_date->format('d/m/Y') }}
Titulaire : Association Humanitaire Exemple
IBAN : FR76 3000 4000 5000 0000 0000 000
BIC : BNPAFRPPXXX
{{ $period->orders_count }} {{ number_format($period->total_orders ?? 0, 2, ',', ' ') }} € {{ number_format($commissionAmount, 2, ',', ' ') }} € {{ number_format($humanitaireAmount, 2, ',', ' ') }} €
{{ __('messages.no_payment_found') }}