| Image | Product | Features | Price | Quantity | Total | |
|---|---|---|---|---|---|---|
{{ $details['title'] }} |
@if($details['PropertyTypeValueIDs'] != [0])
@foreach($details['PropertyTypeValueIDs'] as $id)
@if($Value = App\ProductPropertyTypeValue::getValue($id))
{{$Value->title}} @endif @endforeach @elsenot mentioned @endif |
{{ $details['title'] }} |
@currency($details['price']) |
|
@currency($details['price'] * $details['quantity']) |