@extends('student.layouts.layout') @section('content') @section('pagecsscode') @endsection

Edit/View Profile

@csrf
General Info

@if ($errors->has('first_name')) {{ $errors->first('first_name') }}@endif @if ($errors->has('mobile_number')) {{ $errors->first('mobile_number') }}@endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }}@endif
@if ($errors->has('email')) {{ $errors->first('email') }}@endif
@if ($errors->has('country_code')) {{ $errors->first('country_code') }}@endif
@if ($errors->has('alt_country_code')) {{ $errors->first('alt_country_code') }}@endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }}@endif
@if ($errors->has('state_id')) {{ $errors->first('state_id') }}@endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }}@endif
@if ($errors->has('address')) {{ $errors->first('address') }}@endif
@if ($errors->has('pincode')) {{ $errors->first('pincode') }}@endif
@if ($errors->has('passport_number')) {{ $errors->first('passport_number') }}@endif
@if ($errors->has('passport_expiry_date')) {{ $errors->first('passport_expiry_date') }}@endif
@if ($errors->has('gender')) {{ $errors->first('gender') }}@endif
@if ($errors->has('fast_language')) {{ $errors->first('fast_language') }}@endif
@if ($errors->has('website')) {{ $errors->first('website') }}@endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }}@endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }}@endif
@if ($errors->has('facebook')) {{ $errors->first('facebook') }}@endif
Cancel

@csrf
Education History

Please enter the information for the highest academic level that you have completed.

@if ($errors->has('education_country')) {{ $errors->first('education_country') }}@endif
@if ($errors->has('education_level')) {{ $errors->first('education_level') }}@endif
@if ($errors->has('education_scheme_grade')) {{ $errors->first('education_scheme_grade') }}@endif
@if ($errors->has('education_average_grade')) {{ $errors->first('education_average_grade') }}@endif
Cancel
@csrf
Englsih Test Scores

english_test_type == 'toefl' ? 'checked' : '') : '' }}>
english_test_type == 'pte' ? 'checked' : '') : '' }}>
english_test_type == 'duolingo' ? 'checked' : '') : '' }}>
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' : '') : '' }}>
Cancel

@csrf
Visa & Study Permit

Have you been refused a visa from Canada, the USA, the United Kingdom, New Zealand, Australia or Ireland? 
refused_a_visa) ? ($visaPermit->refused_a_visa == 'Yes' ? 'checked' : '') : '' }}>
refused_a_visa) ? ($visaPermit->refused_a_visa == 'No' ? 'checked' : '') : '' }}>
Which valid study permits or visas do you have?
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'Canadian Study Permit/ Visitor Visa' ? 'checked' : '') : '' }}>
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'USA F1 Visa' ? 'checked' : '') : '' }}>
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'Australian Study Visa' ? 'checked' : '') : '' }}>
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'UK Tier 4 Student/ Short Term Study Visa' ? 'checked' : '') : '' }}>
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'Irish Stamp 2' ? 'checked' : '') : '' }}>
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == "I don't have this" ? 'checked' : '') : '' }}>
Please provide more information about your current study permit/visa and any past refusals, if any 
  Cancel
@endsection @section('pagescriptcode') @endsection