@@ -333,20 +328,17 @@
- {{
+ {{
__('Normal') }}
- {{
+ {{
__('Normal') }}
- {{
+ {{
__('Normal') }}
@@ -354,7 +346,8 @@
{{ $machine->current_page_label ?: '-' }}
|
-
+ |
{{ $machine->firmware_version ?: '-' }}
|
current_page_label ?: '-' }}
-
+
{{ __('Status') }}
+ size="sm" />
-
+
@@ -636,8 +630,10 @@
@@ -826,37 +822,48 @@
+ class="mt-auto border-t border-slate-100 dark:border-slate-800/80 px-6 py-4 flex items-center justify-between bg-slate-50/30 dark:bg-slate-900/30 backdrop-blur-sm rounded-bl-[32px]">
-
@@ -947,7 +954,8 @@
x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full"
class="w-screen max-w-4xl">
-
+
-
+ confirmText="{{ __('Confirm') }}" cancelText="{{ __('Cancel') }}" confirmColor="rose" />
@endsection
\ No newline at end of file
|