@php $title = $title ?? trans('plugins/ecommerce::ecommerce.your_cart_is_empty'); $description = $description ?? trans('plugins/ecommerce::review.explore_and_add_items_to_get_started'); $route = $route ?? route('public.products'); $label = $label ?? trans('plugins/ecommerce::review.start_shopping'); @endphp
{!! BaseHelper::clean($description) !!}
{!! BaseHelper::clean($label) !!}