@extends('back.layout.app') @section('title', config('app.name') . ' - Opérations à facturer') @php $breadcrumb = 'operations.waiting_billing'; @endphp @section('content')
| N°BDC | Date sortie | Type | Opération | Commercial | |
|---|---|---|---|---|---|
| @if ($operation->num_bdc) {{ $operation->num_bdc }} @endif | {{ $operation->publish_date }} | @if ($operation->type) {{ $operation->type->name }} @else — @endif | {{ $operation->name }} @if($operation->media) {{ $operation->media->name }} @endif | {{ $operation->user?->firstname ?? '—' }} |
@can('edit-operations')
Dupliquer
@endcan
@can('view-operations')
Consulter
@endcan
|