@extends('layout') @section('title', 'Gestion des commandes') @section('content')
| Numéro | Date | @if ($showRaisonSociale)Raison sociale | @endifRéférence client | @if ($showVille)Ville | @endifÉtat |
|---|---|---|---|---|---|
| {{ $counter-- }} | {{ $commande->date_fabrication?->format('d/m/Y') ?? '—' }} | @if ($showRaisonSociale){{ $commande->raison_sociale ?? '—' }} | @endif{{ $commande->reference_client ?? '—' }} | @if ($showVille){{ $commande->ville ?? '—' }} | @endif{{ $commande->etat ?? '—' }} |