@extends('layout.master')
@section('body-class', 'page-cart')
@push('header')
@endpush
@section('content')
| {{ __('shop/carts.commodity') }} | {{ __('shop/carts.quantity') }} | {{ __('shop/carts.subtotal') }} | {{ __('common.action') }} | |
|---|---|---|---|---|
|
|
@{{ product.variant_labels }}
@{{ product.price_format }}
|
|
@{{ product.subtotal_format }} |
{{ __('shop/carts.go_buy') }}