@extends('layouts.storeapp')
@section('content')
{{-- Store-Orders-Details --}}
| Product | image | Features | Price | Quantity | Total Amount | |
|---|---|---|---|---|---|---|
| {{$item->product->title}} |
@foreach($item->OrderProperties as $OrderProperty)
{{App\ProductPropertyTypeValue::getValue($OrderProperty->property_value_id)->title}} @endforeach |
@else
not mentioned | @endif@currency($item->product->sales_amount) | {{$item->quantity}} | @currency($item->total_amount) | |
| Total Amount: @currency($Order->amount) | ||||||
| Decline Accept | ||||||