@php $title = $title ?? __('Your cart is empty'); $description = $description ?? __('Explore and add items to get started'); $route = $route ?? route('public.products'); $label = $label ?? __('Start Shopping'); @endphp

{!! BaseHelper::clean($title) !!}

{!! BaseHelper::clean($description) !!}

{!! BaseHelper::clean($label) !!}