Poniżej przesyłamy informację o stanach magazynowych produktów:
| Produkt | Stan magazynowy |
| {{ $product_service->getName($product) }} @if($product_service->isChild($product)) : {{ $product_service->getVariantName($product) }} @endif | @if($product->stock == 0) Brak na stanie @elseif($product->returned_stock) Powrót na stan @endif |