@extends('dashboards.user.index') @section('content')
| SL | PRODUCT NAME | SIZE | COLOR | PRICE | QTY | TOTAL | ACTION |
|---|---|---|---|---|---|---|---|
| {{$index + 1 ?? ''}} | {{ $item->product->name ?? '' }} | {{ $item->size->name ?? 'No Size' }} | @if(isset($item->color)) @else No Color @endif | ${{ $item->unit_price ?? '' }} | {{ $item->quantity ?? '' }} | ${{ $item->subtotal ?? '' }} | {{-- @if(is_null($item->product->returnPolicy))--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} |
| Something went wrong! | |||||||