@extends('web.layouts.layout') @section('content')
@include('web.layouts.header')
@if(count($carts) == 0) @else

{{__('web.cart')}}

@include('web.pages.components.cart.cart')
@endif
@section('inject_js') @endsection @stop