@extends('layouts.report') @section('styles') @endsection @section('content')
| Progress | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| # | {{--Course Name | --}}Module Name | Chapter Name | Topic Name | Professor Name | View Unique |
View Total |
Completed (100%) |
In Process (1 to 99%) |
Not viewed (0%) |
|||
| {{$i+1}} | {{--{{isset($data[$i]['course_name']) ? $data[$i]['course_name'] : '---' }} | --}}{{ isset($data[$i]['module_name']) ? $data[$i]['module_name'] : '---' }} | {{ isset($data[$i]['chapter_name']) ? $data[$i]['chapter_name'] : '---' }} | {{ isset($data[$i]['title']) ? $data[$i]['title'] : '---' }} | {{ isset($data[$i]['professor_name']) ? $data[$i]['professor_name'] : '---' }} | {{ isset($data[$i]['video_unique_view']) ? $data[$i]['video_unique_view'] : '0' }} | {{ isset($data[$i]['total_view']) ? $data[$i]['total_view'] : '0' }} | {{ isset($data[$i]['tot_complete']) ? $data[$i]['tot_complete'] : '0' }} | {{ isset($data[$i]['tot_inprocess']) ? $data[$i]['tot_inprocess'] : '0' }} | {{ isset($data[$i]['tot_incomplete']) ? $data[$i]['tot_incomplete'] : '0' }} | |||
| No Record Found!! | |||||||||||||
| No Record Found!! | |||||||||||||