View Courses
{{--
Upload Course
--}}
User Profile
Log Out
S.NO
Course Name
Controls
@forelse ($courses as $index => $course)
{{ $index + 1 }}
{{ $course->name }}
@empty
No courses available
@endforelse
Update Comment
Course Name
Reviewer Name
Timestamp & Location
Review Type
Severity
Category
Comment Type
Comment History
Author Comments (max 500 chars)
Status
Open
Fixed
Re-Opened
Closed
Update Comment
Cancel
{{-- Update Course Model --}}
@csrf
Upload Course
Course Name
*
Course Description
Reviewer Name
Select Reviewer
@foreach ($reviewers as $reviewer)
{{ $reviewer->name }}
@endforeach
Select file (Upload ZIP File)
*
{{-- Edit Course Model --}}
@csrf
Edit Course
Edit Course Name
Edit Course Description
Reviewer Name
Select Reviewer
@foreach ($reviewers as $reviewer)
{{ $reviewer->name }}
@endforeach
Select file (Upload ZIP File)
{{-- to copy the link of course --}}