@extends('studentdashboard.layouts.index') @section('default')
{{--
--}}

HRS {{ $course_detail->title }}

{{-- {{ asset($course_detail->download_pdf) }} --}}
@foreach ($course_detail->chapters as $key => $chap) @endforeach
Course No Title Action
HRS-{{ $chap->id }} {{ $chap->title }} Read
@endsection