@extends($active_theme) @section('title') {{__('user.Cart view')}} @endsection @section('frontend-content') @if ($carts->count()>0)
{{__('user.Product')}} {{__('user.Price')}} {{__('user.Category')}} {{__('user.Action')}}
@if ($related_products->count() > 0) @endif @else
empty cart

{{__('user.Your cart is empty')}}

{{__('user.Continue To Shoping')}}
@endif @endsection