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

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

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

Visa And Permit

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


@include('flash-messages')
@csrf
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' : '') : '' }} name="refused_a_visa">
refused_a_visa) ? ($visaPermit->refused_a_visa == 'No' ? 'checked' : '') : '' }} name="refused_a_visa">
Which valid study permits or visas do you have?
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'Canadian Study Permit/ Visitor Visa' ? 'checked' : '') : '' }} name="study_permit_or_visa">
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'USA F1 Visa' ? 'checked' : '') : '' }} name="study_permit_or_visa">
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'Australian Study Visa' ? 'checked' : '') : '' }} name="study_permit_or_visa">
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'UK Tier 4 Student/ Short Term Study Visa' ? 'checked' : '') : '' }} name="study_permit_or_visa">
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == 'Irish Stamp 2' ? 'checked' : '') : '' }} name="study_permit_or_visa">
study_permit_or_visa) ? ($visaPermit->study_permit_or_visa == "I don't have this" ? 'checked' : '') : '' }} name="study_permit_or_visa">
Please provide more information about your current study permit/visa and any past refusals, if any 
@endsection