From b614a22b3ed1ce98c5e714c1ec3168cf4c9a39b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= <53110792+CihanSenturk@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:36:26 +0300 Subject: [PATCH] updated more actions view component delete button --- resources/views/components/table/actions.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/components/table/actions.blade.php b/resources/views/components/table/actions.blade.php index 7d5a2f5a3..03f6ccb90 100644 --- a/resources/views/components/table/actions.blade.php +++ b/resources/views/components/table/actions.blade.php @@ -42,11 +42,13 @@ @php $text = $action['text'] ?? null; $title = $action['title'] ?? null; + $route = $action['route'] ?? null; + $url = $action['url'] ?? null; $modelId = ! empty($action['model-id']) ? $action['model-id'] : 'id'; $modelName = ! empty($action['model-name']) ? $action['model-name'] : 'name'; @endphp - + @break @default