@if ($products->count() > 0) @foreach ($products as $key => $product) @php $wooProduct = wc_get_product($product->ID); @endphp @endforeach
{!! $wooProduct->get_image() !!}
{{ $wooProduct->name }}
{{ trans('messages.created_at') }}: {{ wc_format_datetime($wooProduct->get_date_created()) }}
{!! $wooProduct->get_categories() !!}
{{ trans('messages.product.categories') }}
inventory_2Copy Product Page URL @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_onCopy checkout URL edit{{ trans('messages.edit') }}
@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