@extends('user.profiler.layouts.topmaster')
@section('title', 'Profiler - Completed')
@section('content')
You've been matched
Based on your responses, you've been matched with the following mentors:
@forelse($mentors as $mentor)
{{$mentor->mentor->getFullName()}}
{{$mentor->mentor->data['degree'] ?? "Mentor"}}
@empty
No mentors assigned yet!
@endforelse
@endsection