{{ __('MENTOR') }} | {{ __('TOTAL') }} | {{ __('MENTEE') }} | {{ __('PENDING') }} | {{ __('CURRENT') }} | {{ __('PERCENTAGE') }} |
---|---|---|---|---|---|
{{ $item['name'] }} | {{ count($item['mentees']) }} | ||||
{{ $mentee['name'] }} | {{ $mentee['topic'] ? $mentee['topic']['pending'] : 0 }} | {{ $mentee['topic'] ? $mentee['topic']['delivered'] : 0 }} | {{ $mentee['topic'] ? $mentee['topic']['delivered_percentage'] : 0 }} |