@extends('user.usermaster') @section('title', ' Home') @section('stylesheet') @endsection @section('breadcrumb') User Cart @endsection @section('content')
|
|
{{ $cart->getProduct->name }} | {{ $cart->size }} | {{ $cart->color }} |
{{ $cart->discount }}% |
{{ $cart->price }} |
{{ $cart->total_amount }} |