@extends('layouts.partials.master') @section('title', 'Produtos') @push('styles') @endpush @section('content')
| ID | Atributo | SKU | Preço | Desconto | Quantidade | Ações |
|---|---|---|---|---|---|---|
| {{ $variant->id }} | @foreach ($variant->attributeValues as $attributeValue) {{ $attributeValue->attributeValue->value }}{{ !$loop->last ? ', ' : '' }} @endforeach | {{ $variant->sku }} | @formatEuro($variant->price) | @formatEuro($variant->discount_price) | {{ $variant->quantity }} | |
|
{{ __('translations.no_results') }} |
||||||