+ :class="fullscreen ? 'h-full' : 'border border-dotted rounded-sm'">
-
-
+
+ @if (data_get($application_deployment_queue, 'status') === 'in_progress')
+
+ Deployment is
+ In Progress
+
+
+ @else
+
+ Deployment is
+ {{ Str::headline(data_get($application_deployment_queue, 'status')) }}
+
+ @endif
+
+
+
-