diff --git a/resources/views/my/facilityselect.blade.php b/resources/views/my/facilityselect.blade.php
index 5624a3f..3621e7f 100644
--- a/resources/views/my/facilityselect.blade.php
+++ b/resources/views/my/facilityselect.blade.php
@@ -1,6 +1,19 @@
@extends('layout')
@section('title', 'Select Facility')
@section('content')
+
+
+ WARNING ZTL (Atlanta ARTCC) currently has a substantial training backlog
+ By transferring here you acknowledge there may be a delay in or extended periods of time without training availability
+
+
+
+
+ WARNING ZNY (New York ARTCC) currently has a substantial training backlog
+ By transferring here you acknowledge there may be a delay in or extended periods of time without training availability
+
+
+
-@stop
\ No newline at end of file
+@stop
+@push('scripts')
+
+@endpush
\ No newline at end of file
diff --git a/resources/views/my/transfer.blade.php b/resources/views/my/transfer.blade.php
index b08a83e..0f9a336 100644
--- a/resources/views/my/transfer.blade.php
+++ b/resources/views/my/transfer.blade.php
@@ -1,6 +1,19 @@
@extends('layout')
@section('title', 'Facility Transfer')
@section('content')
+
+
+ WARNING ZTL (Atlanta ARTCC) currently has a substantial training backlog
+ By transferring here you acknowledge there may be a delay in or extended periods of time without training availability
+
+
+
+
+ WARNING ZNY (New York ARTCC) currently has a substantial training backlog
+ By transferring here you acknowledge there may be a delay in or extended periods of time without training availability
+
+
+
-@stop
\ No newline at end of file
+@stop
+@push('scripts')
+
+@endpush
\ No newline at end of file