@extends('layouts.app') @section('title',$client->name) @section('page-title',$client->name) @section('breadcrumb') Clients @endsection @section('topbar-actions') @if(auth()->user()->isCommercial()) Modifier @endif Nouveau devis @endsection @section('content')
| Référence | Type | Statut | Montant | Date |
|---|---|---|---|---|
| {{ $doc->reference }} | {{ $doc->documentType?->label }} | {{ number_format($doc->total_ttc,0,',',' ') }} XAF | {{ $doc->date_document->format('d/m/Y') }} | |
Aucun document | ||||
| Référence | Montant | Statut | Date |
|---|---|---|---|
| {{ $sale->reference }} | {{ number_format($sale->amount,0,',',' ') }} XAF | {{ $sale->date->format('d/m/Y') }} | |
Aucune vente | |||