| Date | N°BDC | N°Fact | Type | Opération | Statut | Prix Total | |
|---|---|---|---|---|---|---|---|
| {{ $op->publish_date }} | @if ($op->num_bdc) {{ $op->num_bdc }} @else — @endif | @if ($op->invoice_number) {{ $op->invoice_number }} @else — @endif | @if ($op->type) {{ $op->type->name }} @else — @endif | {{ $op->name }} | {{ \App\Models\Operation::STATUSES[$op->status] ?? $op->status }} | {{ $op->total_price ? number_format($op->total_price, 2, ',', ' ') . ' €' : '—' }} |
@can('view-operations')
Consulter
@endcan
|