@extends('layouts.app') @section('content')

{{trans('lang.cart_plural')}} {{trans('lang.cart_desc')}}

@include('carts.show_fields')
@endsection