Shopping Cart
#SL | Image | Product Name | Price | Qty | Subtotal | Action |
---|---|---|---|---|---|---|
{{$i++}} |
|
{{ $details['title'] }} @if ($details['size_id']) @php $size = App\Size::find($details['size_id']); @endphp Size : {{$size->name}} @endif @if ($details['colour_id']) @php $colour = App\Colour::find($details['colour_id']); @endphp Colour : {{$colour->name}} @endif |
৳{{ number_format($details['sell_price']) }} | |||
Sub Total | ৳ {{ number_format($total) }} | |||||
Total | ৳ {{ number_format($total) }} |