@extends('web.layouts.layout') @yield('meta_title', 'Services Online Course') @section('content')

Online Self-Learning Courses

Home Online Self-Learning Courses

PIA’s online self-learning courses are an opportunity for learners to engage in self-paced learning through engaging, creative and informative pedagogies. These online courses have been designed keeping the learners’ needs at the centre, ensuring that the learning outcomes align with the contemporary requirements of the development and non-profit sectors. Each of these courses engage learners for a maximum duration of 10 hours, ensuring that they can be completed alongside their primary responsibilities.

Since 2005, a total of 6,563 people worldwide have enrolled in PIA’s online self-learning courses.

@foreach($online_self_learning_courses as $course)
{{$course->title??''}}
{{$course->title??''}}

{{$course->short_description??''}}

@endforeach
@endsection