From e780e195e209d18da13c3fa864c4ef3b4cf42243 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 30 Mar 2026 09:14:52 +0800 Subject: [PATCH] =?UTF-8?q?style(UI):=20=E5=BE=AE=E8=AA=BF=E6=94=BE?= =?UTF-8?q?=E5=A4=A7=E5=AE=A2=E6=88=B6=E7=AE=A1=E7=90=86=E4=B8=AD=E6=A5=AD?= =?UTF-8?q?=E5=8B=99=E9=A1=9E=E5=9E=8B=E7=9A=84=E5=AD=97=E9=AB=94=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/admin/companies/index.blade.php | 59 ++++++++++--------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/resources/views/admin/companies/index.blade.php b/resources/views/admin/companies/index.blade.php index c7cf321..9b1fb41 100644 --- a/resources/views/admin/companies/index.blade.php +++ b/resources/views/admin/companies/index.blade.php @@ -198,17 +198,18 @@
- {{ __('Original') }} - +
+ {{ __('Original') }} + {{ __($company->original_type === 'buyout' ? 'Buyout' : 'Lease') }}
- +
- {{ __('Current') }} - + {{ __('Current') }} + {{ __($company->current_type === 'buyout' ? 'Buyout' : 'Lease') }}
@@ -379,41 +380,41 @@
-
- +
+ -
+
-
-
- {{ __('Original Type') }}: - +
+
+ {{ __('Original Type') }}: +
-
- {{ __('Current Type') }}: -
+
+ {{ __('Current Type') }}: +
@@ -683,31 +684,31 @@
- {{ __('Business Type') }} + {{ __('Business Type') }}
-

{{ __('Original') }}

- {{ __('Original') }}

+
-
+
-

{{ __('Current') }}

- {{ __('Current') }}

+
- +
{{ __('Contract Period') }} -
-
+
+
-
+