@php $document_data = @$step_verified_data['document_data']; @endphp

Sevis Confirmation

@if(empty($document_data['document_id']))

Your SEVIS Confirmation has not been issued yet. Once it is available, you will be able to download it from here.

@elseif(!empty($document_data['document_id']) && in_array($document_data['document_status'],array(1,2,4)))

Your SEVIS Confirmation was issued. You may download it from here:

@endif