From 303e7833d32d7f9e4d8bc474d659a442f393990a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Sat, 14 Mar 2026 08:05:16 +0000 Subject: [PATCH] chore(admin): plans index remove inline styles for actions and status select --- resources/views/admin/plans/index.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/admin/plans/index.blade.php b/resources/views/admin/plans/index.blade.php index 893f726..a92a706 100644 --- a/resources/views/admin/plans/index.blade.php +++ b/resources/views/admin/plans/index.blade.php @@ -252,14 +252,14 @@ 'back' => $selfWithoutBack, ]); @endphp -
+ -
+ @csrf - @foreach(($filterOptions['statuses'] ?? []) as $value => $label) @endforeach