@extends('back.layout.app') @section('title', config('app.name') . ' - Opérations facturées') @php $breadcrumb = 'operations.billed'; @endphp @section('content')
| N°BDC | N°Facture | Date Facture | Type | Opération | Commercial | |
|---|---|---|---|---|---|---|
| @if ($operation->num_bdc) {{ $operation->num_bdc }} @endif | @if ($operation->invoice_number) {{ $operation->invoice_number }} @else — @endif | {{ $operation->invoice_date }} | @if ($operation->type) {{ $operation->type->name }} @else — @endif | {{ $operation->name }} | {{ $operation->user?->firstname ?? '—' }} |
Dupliquer
Consulter
|