{!! $u->description !!}
Top Courses
@foreach ($ucs as $uc)
@php
$cscis = DB::table('course_sub_category_items')
->where('id', $uc->is_of_course_sub_category_item->id)
->where('status', '0')
->get();
@endphp
@foreach ($cscis as $csci)
@foreach ($cds as $key => $cd)
@php
$cdVerification = DB::table('course_details')
->where('course_sub_category_id', $csci->id)
->first();
@endphp
@if ($cdVerification)
@else
@endif
@endforeach
@endforeach
@endforeach
{{ $cd->is_of_course_sub_category_item->name }}
{{ $csci->name }}