@extends('students.layouts.layout') @section('content')
@if (auth()->user()->profile_photo_path) @else @endif

{{ auth()->user()->name }}

{{ auth()->user()->email }}

@include('flash-messages')
@csrf

Englsih Test Scores


english_test_type == 'toefl' ? 'checked' : '') : '' }}>

Your Scores

english_test_type == 'ielts' ? 'checked' : '') : '' }}>

Your Scores

english_test_type == 'pte' ? 'checked' : '') : '' }}>

Your Scores

english_test_type == 'duolingo' ? 'checked' : '') : '' }}>
Your Scores
english_test_type == 'dont_have_this' ? 'checked' : '') : '' }}>
english_test_type == 'not_yet_will_feature' ? 'checked' : '') : '' }}>

If you haven't taken a test yet, UniWolc can help you take it in the future.

{{--
--}}

GRE or GMAT Scores


is_gmat == 'gmat_exam' ? 'checked' : '') : '' }}>
is_gre == 'gre_exam' ? 'checked' : '') : '' }}>
.
@endsection @push('js') @endpush