@if(request()->get('card') == "list")
@include('design_1.web.courses.components.cards.rows.index',['courses' => $courses, 'rowCardClassName' => "col-12 mt-24", 'showCoursePoints' => true])
@else
@include('design_1.web.courses.components.cards.grids.index',['courses' => $courses, 'gridCardClassName' => "col-12 col-md-6 col-lg-4 mt-24", 'showCoursePoints' => true])
@endif
{{-- Pagination --}}
{{-- Seo Content --}}
@if(!empty($category->bottom_seo_title) and !empty($category->bottom_seo_content))