/home/techb158/ileadtechnology.com/resources/views/front
NameSizeModeActions
blog/-0755rm
certificate/-0755rm
coming_soon/-0755rm
error_page/-0755rm
help/-0755rm
purchase_history/-0755rm
quiz/-0755rm
user_profile/-0755rm
about.blade.php210240644editdlrm
batch_detail.blade.php104510644editdlrm
bbl_detail.blade.php59160644editdlrm
bundle_detail.blade.php205310644editdlrm
careers.blade.php150570644editdlrm
cart.blade.php160490644editdlrm
category.blade.php501240644editdlrm
checkout.blade.php498350644editdlrm
contact.blade.php58070644editdlrm
course_content.blade.php1045100644editdlrm
course_detail.blade.php1136730644editdlrm
instructor.blade.php117790644editdlrm
my_course.blade.php394250644editdlrm
search.blade.php95120644editdlrm
watchlist.blade.php77850644editdlrm
wishlist.blade.php113120644editdlrm
zoom_detail.blade.php31230644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/front/course_content.blade.php (104510B)
@extends('theme.master') @section('title', "$course->title") @section('content') @include('admin.message') @include('sweetalert::alert')
{{ $course->title }}

{{ $course->title }}

{{ $course->user->fname }}
{{ $course->short_detail }}
@if(!empty($progress)) all_chapter_id; $total_count = count($total_class); $total_per = 100; $read_class = $progress->mark_chapter_id; $read_count = count($read_class); $progres = ($read_count/$total_count) * 100; ?>
 
@else
 
@endif @if(isset($items)) @if($course->chapter[0]->courseclass[0]->type == "video" || $course->chapter[0]->courseclass[0]->type == "audio") @if(isset($course->chapter[0]->courseclass[0])) @if($course->chapter[0]->courseclass[0]->iframe_url == NULL) @else
@php $url = Crypt::encrypt($course->chapter[0]->courseclass[0]->iframe_url); @endphp {{ __('frontstaticword.ContinuetoLecture') }}
@endif @else @endif @endif @endif
@endsection @section('custom-script') @endsection