@if ($products->count() > 0)
@foreach ($products as $key => $product) @php $wooProduct = wc_get_product($product->ID); @endphp
{!! $wooProduct->get_image() !!}
{{ $wooProduct->name }}

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@php $current_product_id = $wooProduct->id; $product = wc_get_product( $current_product_id ); $checkout_url = wc_get_checkout_url().'?add-to-cart='.$current_product_id; @endphp monetization_on inventory_2 edit {{ trans('messages.delete') }} {{-- --}} qr_code
@endforeach
@include('elements/_per_page_select', ["items" => $products]) @elseif (!empty(request()->keyword))
category {{ trans('messages.no_search_result') }}
@else
category

{!! trans('messages.product.no_product') !!}

@endif