@extends('frontend.layout.master') @section('content')
@if(isset($data)) @if(count($data)>0) @php $total_amt=0; @endphp @foreach($data as $i => $value) @php $total_amt = $total_amt+$value['price']; @endphp @endforeach @endif @else @endif
{{__('translation.productname')}} {{__('translation.quantity')}} Variation Selected {{__('translation.subtotal')}}

{{$value['name']}}

{{__('translation.price')}}: {{ number_format($value['price'], 2) }}
Remove
{{$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
@endsection @push('custom-css') @endpush @push('custom-script') @endpush