@if ($confirmed)

You have successful confirmed to join this Institution, However you can unconfirm admission in this Institution

@csrf
@error('confirmation_code') {{ $message }} @enderror
@else

You have multiple selection, enter the confirmation code sent to you from TCU to confirm admission in this Institution.

@csrf
@error('confirmation_code') {{ $message }} @enderror

or click the button below to request the code.

@endif