@if(!empty($products) and $products->isNotEmpty())
@include('design_1.web.products.components.cards.grids.index',['products' => $products, 'gridCardClassName' => "col-12 col-lg-6 mt-16"])
@if(!empty($hasMoreProducts))
{{ trans('update.load_more') }}
@endif @else @include('design_1.panel.includes.no-result',[ 'file_name' => 'profile_products.svg', 'title' => trans('update.user_profile_not_have_products'), 'hint' => trans('update.user_profile_not_have_products_hint'), 'extraClass' => 'mt-0', ]) @endif