@if (courseSetting()->show_cql_left_sidebar==1)
@endif @php if(courseSetting()->show_cql_left_sidebar==1){ $col_lg=8; $col_xl=9; $grid_size_lg=6; $grid_size_xl=courseSetting()->size_of_grid; }else{ $col_lg=12; $col_xl=12; $grid_size_lg=6; $grid_size_xl=courseSetting()->size_of_grid; } @endphp
{{$total}} {{__('frontend.Course are found')}}
@if (courseSetting()->show_search_in_category==1)
@endif
{{__('frontend.Order By')}}:
@if(isset($courses)) @foreach ($courses as $course)
@if (@$course->discount_price!=null) {{getPriceFormat($course->discount_price)}} @else {{getPriceFormat($course->price)}} @endif

{{$course->title}}

@if (courseSetting()->show_rating==1)
{{$course->total_rating}}/5
@endif @if (courseSetting()->show_cart==1) @auth() @if(!$course->isLoginUserEnrolled && !$course->isLoginUserCart) @endif @endauth @guest() @if(!$course->isGuestUserCart) @endif @endguest @endif
@endforeach @endif @if(count($courses)==0)

{{__('frontend.No Course Found')}}

@endif
{{ $courses->appends(Request::all())->links() }}