diff --git a/resources/js/components/ExampleComponent.vue b/resources/js/components/ExampleComponent.vue
deleted file mode 100755
index 3fb9f9a..0000000
--- a/resources/js/components/ExampleComponent.vue
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
{{ __('You do not have any active applications, therefore your account is authorized to submit an application at this time. Feel free to submit one when you\'re ready.') }}
+{{ __('Since you already submitted an application, you will not be able to submit a new one. If our team did not approve your application, you will be able submit another one in :daysRemaining days.', ['daysRemaining' => $eligibilityDaysRemaining]) }}
-{{__('messages.eligibility_status', ['badgeStatus' => ' ' . ($isEligibleForApplication) ? __('messages.eligible') : __('messages.ineligible') .''])}}
+{{__('messages.user.app_process.line1')}}
{{__('messages.user.app_process.line2')}}
{{__('messages.user.account_eligibility', ['eligibility' => ($isEligibleForApplication) ? __('messages.eligible') : __('messages.ineligible')])}}
- - @if (!$isEligibleForApplication) -{{__('messages.user.days_remaining_acc_alt', ['days' => $eligibilityDaysRemaining])}}
- @endif - -