@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | Programme Participant @endsection @section('content')

Participant Programmes on the course : -{{ $course->course_code }}

The following is the list of the all programmes participating in this course for thi academic year

# Program Name Code Year Status
@endsection @section('scripts') @endsection