@if(!empty($user->products) and !$user->products->isEmpty())
@foreach($user->products as $product)
@include('web.default.products.includes.card')
@endforeach
@else
@include(getTemplate() . '.includes.no-result',[
'file_name' => 'webinar.png',
'title' => trans('update.instructor_not_have_products'),
'hint' => '',
])
@endif