@if(count($student->levels) != 0)
@endif
@isset($student->rating)
@for ($i = 0; $i < round($student->rating); $i++)
 }})
@endfor
@for ($i = 0; $i < 5 - round($student->rating); $i++)
 }})
@endfor
Conheça o(a) aluno(a)
@if ($student->user_experience)
{{ $student->user_experience->details }}
@endif
@endisset
@if($student->profile)