Explore Our Courses

Career Skills Programs offered by Datatrained

@php $count = 1; @endphp @if(DB::table('courses')->where('active', 1)->where('category', 11)->count() > 0)
@php $courses = DB::table('courses')->where('category', 11)->where('type', '!=', 5)->where('active', 1)->orderBy('type', 'asc')->get(); @endphp @foreach($courses as $r2) @php $partner = DB::table('partners')->where('id', $r2->partner)->first(); @endphp @endforeach
@endif

Explore Our Courses

Career Skills Programs offered by Datatrained

@php $count = 1; @endphp @if(DB::table('courses')->where('active', 1)->where('category', 11)->count() > 0)
@endif
@section('scripts') @endsection