@php $cardName = getThemeContentCardStyle("instructor"); @endphp @push('styles_top') @if(empty($withoutStyles)) @endif @endpush @foreach($instructors as $instructor)
@include("design_1.web.instructors.components.cards.grids.{$cardName}", ['instructor' => $instructor])
@endforeach