@extends('layouts.app') @section('content')
| Réf | Date | Montant Total | Statut | Créé par | Actions |
|---|---|---|---|---|---|
| {{ $sale->reference }} | {{ $sale->created_at->translatedFormat('d M Y') }} | {{ number_format($sale->montant_total, 0, ' ', ' ') }} FCFA | {{ ucfirst($sale->status) }} | {{ $sale->user->nom . ' ' . $sale->user->prenom }} | Voir @if(Auth::user()->role->name == 'Gestionnaire' && $sale->status == 'en attente de retour') Approuver Annuler @endif |
Aucun retour enregistré
@endif