Remboursement 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
Client :
{{$contribution->user->first_name}} {{$contribution->user->last_name}}Montant Investis :
{{$contribution->montant}} XOFGain :
{{$project->pourcentage_gain}} %Total Gain :
{{ (intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)) * $project->date_gain )) }} XOFTotal Retour sur Investissement :
{{ $contribution->montant + (intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)) * $project->date_gain )) }} XOFMontant Total Rembourser :
{{$total_rembourse}} XOFTotal Restant A Remboursé :
{{ ($contribution->montant + (intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)) * $project->date_gain )) - $total_rembourse) }} XOFStatus | montant | Type | Année | Remboursé par | Remboursé le | |
---|---|---|---|---|---|---|
@if($remboursement->status==='pending') @endif | @if($remboursement->status==='pending') En attente @else Terminé @endif | {{ $remboursement->montant }} XOF | {{ $remboursement->type }} | {{ $remboursement->year }} | @if($remboursement->paid_by) {{ $remboursement->paid_by }} @else --- @endif | @if($remboursement->paid_id) {{date("d-m-Y h:i:s",strtotime($remboursement->paid_id))}} @else --- @endif |