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 @@ - - - diff --git a/resources/views/dashboard/dashboard.blade.php b/resources/views/dashboard/dashboard.blade.php index c96fc04..2d45645 100755 --- a/resources/views/dashboard/dashboard.blade.php +++ b/resources/views/dashboard/dashboard.blade.php @@ -81,35 +81,26 @@ @endif -
+ @if (!Auth::user()->isStaffMember()) -
+
+
+ @if ($isEligibleForApplication) + +

{{ __('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.') }}

+
+ @else + +

{{ __('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.welcome_back')}} {{ Auth::user()->name }}!

- -
- -
- - -
- - -
- -
-
-

{{__('messages.eligibility_status', ['badgeStatus' => ' ' . ($isEligibleForApplication) ? __('messages.eligible') : __('messages.ineligible') .''])}}

+ + {{ __('My applications') }} + + + @endif
-
- - - @if (!Auth::user()->isStaffMember()) -
diff --git a/resources/views/dashboard/user/applications.blade.php b/resources/views/dashboard/user/applications.blade.php index c13257f..7dc6b04 100755 --- a/resources/views/dashboard/user/applications.blade.php +++ b/resources/views/dashboard/user/applications.blade.php @@ -19,25 +19,12 @@
-
{{__('messages.user.app_process.title')}}

{{__('messages.user.app_process.line1')}}

{{__('messages.user.app_process.line2')}}

- -
- {{__('messages.user.account_standing')}} - -

{{__('messages.user.account_eligibility', ['eligibility' => ($isEligibleForApplication) ? __('messages.eligible') : __('messages.ineligible')])}}

- - @if (!$isEligibleForApplication) -

{{__('messages.user.days_remaining_acc_alt', ['days' => $eligibilityDaysRemaining])}}

- @endif - -
-