@extends('layouts.home') @section('content') @php $course_modes=DB::table('course_modes')->select('course_id')->where('mode_id','2')->get(); foreach($course_modes as $course){ $c_ids[] = $course->course_id; } $course_online_modes=DB::table('course_modes')->select('course_id')->where('mode_id','1')->get(); foreach($course_online_modes as $course){ $c_on_ids[] = $course->course_id; } $online_courses=DB::table('courses')->wherein('id',$c_on_ids)->where('status','1')->where('deleted_status','0')->get(); $on_campus_courses=DB::table('courses')->wherein('id',$c_ids)->where('status','1')->where('deleted_status','0')->get(); @endphp

we provide

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer
took a galley of type and scrambled it to make a type specimen book.

Trainings

Placement Assistance

Student Scholarships

Workshops and Seminars

About Us

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

  • 24000+ Online Courses
  • Expert Instruction
  • Unlimited Access
  • Confortable Price
  • Free 2 Months trail
  • Review System

Recommended Courses

Browse Courses
@foreach($courseFeature as $courseFeatures) @php $courseD=DB::table('course_modes')->where('id',$courseFeatures->id)->first(); @endphp

How to became Greate Developer in {{$courseD->duration}} months

@endforeach

Popular Online Category

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer
took a galley of type and scrambled it to make a type specimen book.

@if(count($course_content_chunkCat)>0) @foreach($course_content_chunkCat[0] as $course_content_chunkCat1s) @php $course_count=DB::table('courses')->where('category_id',$course_content_chunkCat1s['id'])->count(); @endphp

{{$course_content_chunkCat1s['title']}}

{{$course_count}} Courses

See More
@endforeach @endif
@if(count($course_content_chunkCat)>0) @foreach($course_content_chunkCat[1] as $course_content_chunkCat1s) @php $course_count=DB::table('courses')->where('category_id',$course_content_chunkCat1s['id'])->count(); @endphp

{{$course_content_chunkCat1s['title']}}

{{$course_count}} Courses

See More
@endforeach @endif

Our Specialized Courses

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer
took a galley of type and scrambled it to make a type specimen book.

Student'd Feedback

View More
@endsection