@isset($carts) @foreach($carts as $cart)
  • {{$cart->product->title}}

    {{$cart->quantity}} × ${{$cart->itemprice()}}
    ×