@extends('frontend.layout.master') @section('content')
| {{__('translation.productname')}} | {{__('translation.quantity')}} | Variation Selected | {{__('translation.subtotal')}} |
|---|---|---|---|
|
|
{{$value['variationSelected']}} | {{ number_format($value['price']*$value['quantity'], 2) }} | |
| No products in cart. | |||
| {{__('translation.total')}} | @if($data) {{number_format($total_amt,2)}} @else 0 @endisset |