@extends("../dashboard._blank") @section("sidebar") @include("../dashboard._sidebar") @endsection @section("css_add") @endsection @section("content")
Client: {{ $contribution->user->first_name }} {{ $contribution->user->last_name }} | Projet: {{ $project->titre }}
{{ $contribution->user->first_name }} {{ $contribution->user->last_name }}
{{ $contribution->montant }} XOF
{{ $project->pourcentage_gain }} %
{{ intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)) * $project->date_gain ) }} XOF
{{ $contribution->montant + (intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)) * $project->date_gain )) }} XOF
{{ $total_rembourse }}
XOF{{ ($contribution->montant + (intVal((($project->action_prix * $contribution->part)*($project->pourcentage_gain/100)) * $project->date_gain )) - $total_rembourse) }}
XOF| Action | Status | Montant | Type | Année | Remboursé par | Remboursé le |
|---|---|---|---|---|---|---|
| @if($remboursement->status==='pending') @else Complété @endif | @if($remboursement->status==='pending') En attente @else Terminé @endif | {{ number_format($remboursement->montant, 0, ',', ' ') }} XOF | {{ $remboursement->type }} | {{ $remboursement->year }} | @if($remboursement->paid_by) {{ $remboursement->paid_by }} @else --- @endif | @if($remboursement->paid_id) {{ date("d/m/Y H:i", strtotime($remboursement->paid_id)) }} @else --- @endif |
Les remboursements apparaîtront ici une fois qu'ils seront traités.