Predavač

Znanje prenose stručnjaci u svojim oblastima i to rade lako, razumljivo i prilagođeno polaznicima škole

@if ($instructor->details->img_96x96 != '') details->img_96x96) }}" alt="{{ $instructor->first_name . " " . $instructor->last_name }}" width="50" height="50" > @else @include('front-inc.svg.cat-toy-avatar') @endif
{{ $instructor->first_name . " " . $instructor->last_name }} @if ($instructor->details->title)

{{ $instructor->details->title }}

@endif
@if($instructor->instructorDetails->show_real_rate == 0) {{ number_format((float)$instructor->instructorDetails->rating, 1, '.', '') }} @else {{ number_format((float)$instructor->instructor_reviews_avg_rate, 1, '.', '') }} @endif

Vendor: {{ $instructor->companies->first() ? $instructor->companies->first()->name : "Nema" }}

Kursevi predavača: @php $instructorCoursesTitles = implode(', ', $instructorCourses->pluck('title')->toArray()); @endphp {{ $instructorCoursesTitles }}

@if ($instructor->details->biography)

{!! $instructor->details->biography !!}

@endif

Kursevi predavača ({{ $instructorCourses->count() }})

Ukoliko nemate neki od kurseva kontaktirajte svog menadžera sektora.

@foreach ($instructorCourses as $instructorCourse) @include('front.instructor.partials._course-item') @endforeach {{-- @include('front.instructor.partials._pagination') --}}