@extends('layouts.app')
@section('body-class', 'page-cart')
@section('content')
@push('header')
@endpush
| {{ __('front/cart.product') }} | {{ __('front/cart.price') }} | {{ __('front/cart.quantity') }} | {{ __('front/cart.subtotal') }} | |||
|---|---|---|---|---|---|---|
|
|
@{{ item.product_name }}
@{{ item.sku_code }}
- @{{ item.variant_label }}
{{ __('front/common.stock_not_enough') }}
@{{ item.item_type_label }}
@{{ item.price_format }}
|
@{{ item.price_format }} |
@{{ item.quantity }}
|
@{{ item.subtotal_format }} |
|