@extends('layouts.app') @section('title','Documents') @section('page-title','Documents commerciaux') @section('topbar-actions') @if(auth()->user()->isAdmin())
| Référence | Type | Client | Total TTC | Statut | Date | Actions |
|---|---|---|---|---|---|---|
| {{ $doc->reference }} | {{ $doc->documentType?->label ?? $doc->type_code }} | {{ $doc->client_nom }} | {{ number_format($doc->total_ttc,0,',',' ') }} XAF | {{ $doc->status_label }} | {{ $doc->date_document->format('d/m/Y') }} | |
Aucun document | ||||||