/home/techb158/ileadtechnology.com/resources/views/admin/course/coursechapter
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/course/coursechapter/index.blade.php (6856B)
+ {{ __('adminstaticword.Add') }}
| # |
{{ __('adminstaticword.Course') }} |
{{ __('adminstaticword.ChapterName') }} |
{{ __('adminstaticword.Status') }} |
{{ __('adminstaticword.Edit') }} |
{{ __('adminstaticword.Delete') }} |
@foreach($coursechapter as $cat)
|
{{$cat->courses->title}} |
{{$cat->chapter_name}} |
|
|
|
@endforeach
@section('script')
@endsection