#

{{$instructor->name}}

{{$instructor->headline}}
{{__('frontend.Student')}}

{{$students}} {{__('frontend.Students')}}

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

{{$instructor->category()}}

{{__('frontend.Reviews')}}
@php $total =$instructor->totalRating(); $totalReviews =$total['total']; $rating =$total['rating']; $main_stars=$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

{{($rating)}}/5 ({{$totalReviews}} rating)

{!! $instructor->about !!}