@if(!empty($topInstructors) and count($topInstructors))

{{ trans('update.top_instructors') }}

{{ trans('update.enjoy_learning_from_top_instructors_and_get_valuable_information') }}
@include('design_1.web.instructors.components.cards.grids.index',['instructors' => $topInstructors, 'gridCardClassName' => ""])
@endif