@extends('students.layouts.layout') @section('content') @if (auth()->user()->profile_photo_path) @else @endif {{ auth()->user()->name }} {{ auth()->user()->email }} General Info Education History Test Score Visa & Study Permit @include('flash-messages') @csrf Englsih Test Scores english_test_type == 'toefl' ? 'checked' : '') : '' }}> TOEFL Your Scores Reading Score Listening Score Writing Score Speaking Score Exam Date english_test_type == 'ielts' ? 'checked' : '') : '' }}> IELTS Your Scores Reading Score Listening Score Writing Score Speaking Score Exam Date english_test_type == 'pte' ? 'checked' : '') : '' }}> PTE Your Scores Total Score Reading Score Listening Score Writing Score Speaking Score Date of Exam english_test_type == 'duolingo' ? 'checked' : '') : '' }}> Duolingo Your Scores Total Score Date of Exam english_test_type == 'dont_have_this' ? 'checked' : '') : '' }}> I don't have this english_test_type == 'not_yet_will_feature' ? 'checked' : '') : '' }}> Not yet, but I will in the future If you haven't taken a test yet, UniWolc can help you take it in the future. {{-- Save Details --}} GRE or GMAT Scores is_gmat == 'gmat_exam' ? 'checked' : '') : '' }}> I have GMAT exam scores is_gre == 'gre_exam' ? 'checked' : '') : '' }}> I have GRE exam scores . Save Details @endsection @push('js') @endpush
{{ auth()->user()->name }}
{{ auth()->user()->email }}
Your Scores
If you haven't taken a test yet, UniWolc can help you take it in the future.