@extends('studentdashboard.layouts.index')
@section('default')
{{--
HRS {{ $course_detail->title }}
{{-- {{ asset($course_detail->download_pdf) }} --}}
| Course No |
Title |
Action |
@foreach ($course_detail->chapters as $key => $chap)
| HRS-{{ $chap->id }} |
{{ $chap->title }} |
Read
|
@endforeach
@endsection