/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/instructor.blade.php (11779B)
@extends('theme.master') @section('title', "$user->fname") @section('content') @include('admin.message')
{{ __('frontstaticword.Instructor') }}

{{ $user['fname'] }} {{ $user['lname'] }}

{{ $user['email'] }}
{{ __('frontstaticword.Totalstudents') }}
@php $data = App\Order::where('instructor_id', $user->id)->get(); if(count($data)>0){ echo count($data); } else{ echo "0"; } @endphp
@if($user['detail'] != NULL)
{{ __('frontstaticword.Aboutme') }}

{!! $user['detail'] !!}

@endif
{{ __('frontstaticword.MyCourses') }} (@php $data = App\Course::where('user_id', $user->id)->get(); if(count($data)>0){ echo count($data); } else{ echo "0"; } @endphp)
@foreach($course as $c) @if($c->status == 1)
@if($c['preview_image'] !== NULL && $c['preview_image'] !== '') course @else course @endif

by {{ $c->user['fname'] }}

  • id)->get(); ?> @if(!empty($reviews[0])) id)->count(); foreach($reviews as $review){ $learn = $review->price*5; $price = $review->price*5; $value = $review->value*5; $sub_total = $sub_total + $learn + $price + $value; } $count = ($count*3) * 5; $rat = $sub_total/$count; $ratings_var = ($rat*100)/5; ?>
    @else
    {{ __('frontstaticword.NoRating') }}
    @endif
  • id)->WhereNotNull('review')->get(); foreach($reviews as $review){ $learn = $review->learn*5; $price = $review->price*5; $value = $review->value*5; $sub_total = $sub_total + $learn + $price + $value; } $count = ($count*3) * 5; if($count != "") { $rat = $sub_total/$count; $ratings_var = ($rat*100)/5; $overallrating = ($ratings_var/2)/10; } ?> @php $reviewsrating = App\ReviewRating::where('course_id', $c->id)->first(); @endphp @if(!empty($reviewsrating))
  • {{ round($overallrating, 1) }}
  • @endif
  • ({{ $c->order->count() }})
@if( $c->type == 1)
@else @endif
@endif @endforeach
{{ $course->links() }}
@if($user['user_img'] != null || $user['user_img'] !='') img @else img @endif

@endsection