@csrf
@if(isset($Course) && count($Course) > 0)
@foreach($Course as $Courselist)
@endforeach
@else
Name of the Course
{!! $Courselist->course_name !!}
Program Implementing Agency (PIA)
{{ optional($Courselist->ProgramImplementationAgency)->agency_name }}
Sector
{{ optional($Courselist->sector)->name }}
Skills
{{ optional($Courselist->skils)->Skil_name }}
Total Number of Seats
{!! $Courselist->Number_of_seats !!}
District
{{ optional($Courselist->district)->name }}
Start Date
{!! $Courselist->start_date !!}
End Date
{!! $Courselist->end_date !!}
Duration
{!! $Courselist->Duration !!}
Status
{!! $Courselist->course_status !!}
Remarks
{!! $Courselist->Remarks !!}
No courses available.
@endif