@extends('layouts.app') @section('title', 'Shopping Cart') @section('content')
by {{ $item->product->vendor->shop_name }}
${{ number_format($item->product->current_price, 2) }}
${{ number_format($item->subtotal, 2) }}
Add some parts to get started