@extends('layouts.report') @section('styles') @endsection @section('content') @if(!empty($post))
@include('admin/includes/top_report')

Member Video Details Report ( {{(isset($member_name)?$member_name:'')}} )

@if (!empty($data)) @php $cnt = count($data); @endphp @for($i = 0; $i < $cnt; $i++) @if($data[$i]['member_id'] !='') {{----}} @else @endif @endfor @else @endif
Test
# Module Name Chapter Number Topic Name View
Total
Percentage
video
Attended
Test
Result Percentage
{{$i+1}} {{ isset($data[$i]['module_name']) ? $data[$i]['module_name'] : '' }} {{ isset($data[$i]['chapter_name']) ? $data[$i]['chapter_name'] : '' }} {{ isset($data[$i]['topic_name']) ? $data[$i]['topic_name'] : '' }} {{ isset($data[$i]['tot_complete']) ? $data[$i]['tot_complete'] : '' }} {{ isset($data[$i]['total_view']) ? $data[$i]['total_view'] : '' }} {{ isset($data[$i]['video_progress']) ? $data[$i]['video_progress'].' %' : '' }} {{ isset($data[$i]['attend_test']) ? $data[$i]['attend_test'] : '' }} {{ isset($data[$i]['test_result']) ? $data[$i]['test_result'] : '---' }} {{ isset($data[$i]['test_average_per']) ? $data[$i]['test_average_per'] : '---' }}
No Record Found!!
No Record Found!!
@endif @endsection @section('scripts') @endsection