+
{{ $item->description }}
diff --git a/resources/views/components/table/td.blade.php b/resources/views/components/table/td.blade.php
index 30c299253..cef211941 100644
--- a/resources/views/components/table/td.blade.php
+++ b/resources/views/components/table/td.blade.php
@@ -1,4 +1,4 @@
-
+ |
@if (!empty($first))
@php
$first_attributes = $first->attributes;
@@ -32,7 +32,7 @@
@endif
-
+
{{ $slot }}
diff --git a/resources/views/components/table/th.blade.php b/resources/views/components/table/th.blade.php
index e3d79db3f..100e2e467 100644
--- a/resources/views/components/table/th.blade.php
+++ b/resources/views/components/table/th.blade.php
@@ -8,7 +8,11 @@
}
@endphp
- {!! $first !!}
+
+
+ {!! $first !!}
+
+
@endif
@@ -21,9 +25,17 @@
}
@endphp
- {!! $second !!}
+
+
+ {!! $second !!}
+
+
@endif
- {{ $slot }}
+
+
+ {{ $slot }}
+
+
|