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') - + + + {{ $action['icon'] }} + + {{ $action['title'] }} - + @break @@ -52,9 +56,13 @@ @default - + + + {{ $action['icon'] }} + + {{ $action['title'] }} - + @endswitch @@ -92,9 +100,13 @@ @php $divider = false; @endphp - + + + {{ $action['icon'] }} + + {{ $action['title'] }} - + @break @@ -122,9 +134,13 @@ @php $divider = false; @endphp - + + + {{ $action['icon'] }} + + {{ $action['title'] }} - + @endswitch @endforeach