@extends('web.themes.shella.layouts.app') @push('header-css') @endpush @push('header-javascript') @endpush @push('footer-javascript') @endpush @section('content') {{ __('Home') }} {{ __('My Cart') }} {{-- {{ __('Shopping Bag') }} --}} {{ __('Products') }} {{ __('Price') }} {{ __('Quantity') }} {{ __('Total') }} {{-- Vue products --}} @{{ index + 1 }} {{-- Pink / 34 --}} @{{ product.brand?.name }} @{{ product.price_amount }} TMT @{{ priceFor(product) }} TMT {{-- Free Shipping --}} {{ __('Continue shopping') }} {{ __('Update bag') }} @stop
Pink / 34
@{{ product.brand?.name }}