{{ __('Back to Products') }}
@if (is_plugin_active('ecommerce'))
{{ Cart::instance('cart')->count() }}
{!! Theme::partial('cart') !!}
@endif