@extends('admin.layout.app') @section('content')
| Product | Details | Total |
|---|---|---|
| {{$item->product->name ?? ''}} |
{{-- --}} {{-- Size : X--}} {{-- --}}Price :{{$item->price ?? ''}}{{$order->currency_icon ?? ''}} Qty : {{$item->quantity ?? ''}} {{----}} {{-- Warranty Type : Local seller warranty--}} {{-- --}} {{----}} {{-- Brand : Symphony--}} {{-- --}} {{----}} {{-- Ram : 1 GB--}} {{-- --}} {{----}} {{-- Color Family : Black--}} {{-- --}} |
{{$item->subtotal}} {{$order->currency_icon ?? ''}} |
| {{$order->shipping ?? ''}} Shipping({{$order->currency_icon ?? ''}}) | {{$order->shipping_cost ?? ''}}{{$order->currency_icon ?? ''}} | |
| Tax | {{$order->tax ?? ''}}{{$order->currency_icon ?? ''}} | |
| Total | {{$order->pay_amount ?? ''}}{{$order->currency_icon ?? ''}} | |