diff --git a/resources/views/admin/machines/index.blade.php b/resources/views/admin/machines/index.blade.php index 16646a3..6f287e2 100644 --- a/resources/views/admin/machines/index.blade.php +++ b/resources/views/admin/machines/index.blade.php @@ -197,10 +197,7 @@ fetchPage(url.pathname + url.search); }"> {{-- Page Header --}} - +
@@ -211,11 +208,8 @@ :class="{ 'opacity-30 pointer-events-none transition-opacity duration-300': isLoadingTable }"> {{-- Filters --}} - + @@ -252,7 +246,8 @@ @foreach ($machines as $machine) - +
@@ -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]">
- - +
-
- +
+ + +
-
- -
- {{ __('items') }} + +
+ {{ + __('items') }}
@@ -947,7 +954,8 @@ x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full" class="w-screen max-w-4xl"> -
+
@@ -1167,15 +1175,9 @@
- + confirmText="{{ __('Confirm') }}" cancelText="{{ __('Cancel') }}" confirmColor="rose" /> @endsection \ No newline at end of file