{{$course->quiz->title}}

    @php $duration =0; $type =$course->quiz->question_time_type; if ($type==0){ $duration = $course->quiz->question_time*count($course->quiz->assign); }else{ $duration = $course->quiz->question_time; } @endphp
  • {{__('frontend.Questions')}} :{{count($course->quiz->assign)}} {{__('frontend.Question')}}.
  • {{__('frontend.Duration')}} : {{MinuteFormat($duration)}}
@if($course->is_upcoming_course && $course->publish_status == 'pending') @else @if (Auth::check() && $isEnrolled) @if($alreadyJoin == 0 || $course->quiz->multiple_attend == 1) {{__('frontend.Start Quiz')}} @endif @if(count($preResult)!=0) @endif @if($alreadyJoin == 1 && $certificate) @if($isPass==1) {{__('frontend.Get Certificate')}} @endif @endif @else @if(!onlySubscription()) @if($isFree) @if($is_cart == 1) {{__('common.Added To Cart')}} @else {{__('common.Add To Cart')}} @endif @else {{__('frontend.Buy Now')}} @endif @endif @endif @endif @if(count($preResult)!=0) @endif

{{__('frontend.Instructions')}}

{{$course->quiz->instruction}}

@if(!empty($course->requirements))

{{__('frontend.Course Requirements')}}

{!! $course->requirements !!}

@endif @if(!empty($course->about))

{{__('frontend.Course Description')}}

{!! $course->about !!}

@endif @if(!empty($course->outcomes))

{{__('frontend.Course Outcomes')}}

{!! $course->outcomes !!}

@endif

{{__('frontend.Student Feedback')}}

{{$course->title}}

{{$course->total_rating}}

@php $main_stars=$course->total_rating; $stars=intval($main_stars); @endphp @for ($i = 0; $i < $stars; $i++) @endfor @if ($main_stars>$stars) @endif @if($main_stars==0) @for ($i = 0; $i < 5; $i++) @endfor @endif
{{__('frontend.Course Rating')}}
{{getPercentageRating($course->starWiseReview,5)}}%
{{getPercentageRating($course->starWiseReview,4)}}%
{{getPercentageRating($course->starWiseReview,3)}}%
{{getPercentageRating($course->starWiseReview,2)}}%
{{getPercentageRating($course->starWiseReview,1)}}%
@if ($course->reviews->count()<1) @if (Auth::check() && $isEnrolled)

{{ __('frontend.Be the first reviewer') }}

@else

{{ __('frontend.No Review found') }}

@endif @else @endif
@php $PickId=$course->id; @endphp @if (Auth::check() && Auth::user()->role_id==3) @if (!in_array(Auth::user()->id,$reviewer_user_ids) && $isEnrolled) @endif @else

{{__('frontend.Sign In')}} {{__('frontend.or')}} {{__('frontend.Sign Up')}} {{__('frontend.as student to post a review')}}

@endif

{{__('frontend.Reviews')}}

{{__('frontend.Course you might like')}}

@foreach(@$related as $r)

{{@$r->title}}

{{$r->totalReview}}/5
@auth() @if(!$r->isLoginUserEnrolled && !$r->isLoginUserCart) @endif @endauth @guest() @if(!$r->isGuestUserCart) @endif @endguest
@endforeach
@if ($isEnrolled)
@csrf

{{__('frontend.Leave a question/comment') }}

@endif
@include(theme('partials._delete_model'))