@extends('layout.master') @section('body-class', 'page-cart') @push('header') @endpush @section('content')
@include('shared.steps', ['steps' => 1])
@if ($errors->has('error')) @endif

{{ __('shop/carts.commodity') }}

{{ __('shop/carts.commodity') }} {{ __('shop/carts.quantity') }} {{ __('shop/carts.subtotal') }} {{ __('common.action') }}
@{{ product.variant_labels }}
@{{ product.price_format }}
@{{ product.subtotal_format }}
@hook('carts.products.after')

{{ __('shop/carts.product_total') }}

  • {{ __('shop/carts.all') }}@{{ allProduct }}
  • {{ __('shop/carts.selected') }}@{{ total_quantity }}
  • {{ __('shop/carts.product_total') }}@{{ amount_format }}
  • @hookwrapper('cart.confirm') @endhookwrapper
{{ __('shop/carts.cart_empty') }}

{{ __('shop/carts.go_buy') }}

@hook('carts.footer') @endsection @push('add-scripts') @endpush