| {{ __('Image') }} | {{ __('Name') }} | {{ __('Price') }} | {{ __('View') }} | |
|---|---|---|---|---|
| × |
|
{{ $row->name }} @foreach ($row->options->attribute as $attribute)
{{ $attribute->attribute->name }} : {{ $attribute->variation->name }} @endforeach @foreach ($row->options->options as $op) {{ $op->name }}, @endforeach |
{{ amount_format($row->price) }} | {{ __('View') }} |