@extends('exports.layout') @section('content')
Aucune commande pour les statuts sélectionnés.
@else @foreach ($exportOrders as $order)| Commande {{ $order['id'] }} · {{ $order['date'] }} · {{ $order['client'] }} | ||
| Quantité | Recette | Produits |
|---|---|---|
| @if ($group['quantity'] !== '') {{ $group['quantity'] }} @endif | {{ $group['recipe'] }} | @endif{{ $product }} |