No products in the cart.
@include('components.schema.product', [ 'name' => $pageData->getTranslation('title', App::getLocale()), 'description' => $pageData->getTranslation('description', App::getLocale()), 'image' => asset($pageData->image), 'category' => ucfirst($category->title) @endsection