From 070c6e819d3d7d8bc5a60222ffe59e64fff7218b Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Mon, 14 Nov 2022 14:50:24 +0300 Subject: [PATCH] added icons set --- .../components/table/actions-mobile.blade.php | 32 ++++++++++++++----- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/resources/views/components/table/actions-mobile.blade.php b/resources/views/components/table/actions-mobile.blade.php index eca50ca8a..186103d6d 100644 --- a/resources/views/components/table/actions-mobile.blade.php +++ b/resources/views/components/table/actions-mobile.blade.php @@ -34,9 +34,13 @@ @switch($type) @case('button') @break @@ -52,9 +56,13 @@ @default - +
+ + {{ $action['icon'] }} + + {{ $action['title'] }} - +
@endswitch @@ -92,9 +100,13 @@ @php $divider = false; @endphp @break @@ -122,9 +134,13 @@ @php $divider = false; @endphp - +
+ + {{ $action['icon'] }} + + {{ $action['title'] }} - +
@endswitch @endforeach