@extends('back.layout.app') @section('title', config('app.name') . ' - Opérations terminées') @php $breadcrumb = 'operations.closed'; $statusColors = [ 'waiting_proof' => 'kt-badge-info', 'waiting_billing' => 'kt-badge-warning', 'billing_done' => 'kt-badge-success', 'wining_list_receipt' => 'kt-badge-success', 'proof_sended' => 'kt-badge-success', 'on_reclamation' => 'kt-badge-destructive', ]; $closedStatuses = \App\Http\Controllers\Back\Modules\Sales\Operations\OperationController::CLOSED_STATUSES; @endphp @section('content')
| N°BDC | Date sortie | Type | Opération | Commercial | Statut | |
|---|---|---|---|---|---|---|
| @if ($operation->num_bdc) {{ $operation->num_bdc }} @endif | {{ $operation->publish_date }} | @if ($operation->type) {{ $operation->type->name }} @else — @endif | {{ $operation->name }} | {{ $operation->user?->firstname ?? '—' }} | {{ \App\Models\Operation::STATUSES[$operation->status] ?? $operation->status }} |
Dupliquer
Consulter
|