@extends('user.usermaster') @section('title', ' Home') @section('stylesheet') @endsection @section('breadcrumb') User Cart @endsection @section('content')
| Image | Name | Quantity | Price |
|---|---|---|---|
| {{ $pro->getProduct->name }} | {{ $pro->quantity }} | {{ $pro->getProduct->final_price }} AUD | |
Total Price: {{ $pro->total_amount }} |