Images : {{ $commande->reference }}
@if($images && count($images) > 0)
@foreach($images as $img) @if(method_exists($img, 'temporaryUrl')) @endif @endforeach
@endif
@if ($commande->images->count() > 0) @foreach($commande->images as $img)
@endforeach @else
Aucune image trouvée.
@endif