Mentor Reviews

Student Review Dashboard

Join Mentor

Enter the invite code your mentor gave you.

@csrf
@forelse ($mentorLinks as $link)

Mentor

{{ $link->mentor->name }}

{{ $link->status }}

@empty
You have not joined a mentor yet.
@endforelse

Mentor Comments

@forelse ($reviewedTrades as $trade)
{{ $trade->symbol }} @foreach ($trade->comments as $comment)

{{ $comment->comment }}

{{ $comment->mentor->name }} - {{ $comment->created_at->format('M d, Y') }}

@endforeach
@empty
No mentor comments yet.
@endforelse
{{ $reviewedTrades->links() }}