 }})
@if ($client->status_cotisation && intVal(date('Y')) == intVal($year)) en cours @else fermé @endif
@if (!$client->end_cotisation) en cours @else @if ($client->livrer) terminé - livrer @else terminé @endif @endif
Statistiques
Impayer: {{ $impayer }} mois Payer: {{ $payer }} mois Reste à Payer: {{ $resteApayer }} mois Total Actif: {{ $sumPayer }} {{ $devise }} Montant à payer : {{ $client->categorieMib->price ?? 0 }} {{ $devise }} /moisSélectionner un mois puis cliquer sur payer ma cotisation pour éffectuer le paiement.
NB: Notez que des frais supplémentaires destinés à l'agrégateur de la solution de paiement s'ajouteront à la somme de base.
@endif @foreach ($client->cotisations as $cotisation){{ $cotisation->mois }}
@if ($cotisation->status) payé @else @if (intVal(date('m')) >= intVal($cotisation->numero_mois)) @if (intVal(date('m')) == intVal($cotisation->numero_mois)) @if (intVal(date('d')) > intVal($jour_fin)) Impayé @else En attente @endif @else Impayé @endif @else En attente @endif @endif
INFORMATIONS PERSONNELLES
Mandataire
INFORMATION SUR L'OFFRE CHOISI
@if ($client->categorieMib)INFORMATION SUR LE LOT CHOISI
@if ($client->lotMib)Demande | Status | Emise le |
---|---|---|
{{ $demande->demande }} | @if ($demande->status == 'en_attente') en attente @elseif($demande->status == 'accepte') Validé @else Annuler @endif | {{ $demande->created_at->format('d-m-y à H:i') }} |