@extends('web.themes.shella.layouts.app') @push('header-css') @endpush @push('header-javascript') @endpush @push('footer-javascript') @endpush @section('content')
{{--

{{ __('Shopping Bag') }}

--}}

{{-- Vue products --}}
@{{ index + 1 }}
{{--

Pink / 34

--}}

@{{ product.brand?.name }}

@{{ product.price_amount }} TMT
@{{ priceFor(product) }} TMT
{{--
Free Shipping
--}}
{{ __('Continue shopping') }}
@stop