Détails des paiments du client {{$contribution->user->first_name}} {{$contribution->user->last_name}} sur le Projet : {{$project->titre}}
@if ($errors->any())
@endif
@if(session("success"))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{session('success')}}
@elseif(session("error"))
{{session('error')}}
@endif
Retour
@if(($contribution->type_payment !='virement' || $contribution->reference !='virement') && $project->support_investissement!='actionnariat')
Ajouter un paiement
@endif
Télécharger Rapport de paiement
Client :
{{$contribution->user->first_name}} {{$contribution->user->last_name}}Nombre total de part :
{{$contribution->part}}Prix d'une part :
{{$project->action_prix}} XOFMontant total à Investir :
{{intVal($project->action_prix)*intVal($contribution->part)}} XOFGain :
{{$project->pourcentage_gain}} %Total Gain par année:
{{ (intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)))) }} XOFTotal Gain sur {{ $project->date_gain }} {{ $project->frequence_paiement }} :
{{ (intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)) * $project->date_gain )) }} XOFTotal Retour sur Investissement :
{{ (intVal($project->action_prix)*intVal($contribution->part)) + (intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)) * $project->date_gain )) }} XOFMontant Total Payé :
{{$total_payments}} XOFTotal Restant A Payé :
{{ (intVal($project->action_prix)*intVal($contribution->part)) - $total_payments }} XOFStatus de l'investissement :
@if($contribution->investissement_payment_status) complèté @endif @if(!$contribution->investissement_payment_status) en cours @endifRéférence | montant | Nombre de mois | Payé le |
---|---|---|---|
{{ $payment->reference }} | {{ $payment->montant }} XOF | {{ $payment->number_month_paid }} | {{date("d-m-Y h:i:s",strtotime($payment->created_at))}} |