@extends('home.layouts.master') @section('content')
@foreach($ads_tops as $ads_top) @endforeach

Courses in Nepal

Explore some of the best courses from around the country

Filters

@foreach($courses as $course) @php $clientCoursesLists = \App\Client\ClientCourse::where('course_id',$course->id)->limit(5)->get(); @endphp @if(count($clientCoursesLists)>0)

{{$course->name}}

@endif @endforeach {{ $courses->withQueryString()->links() }}
@endsection