Smaller header for tables

This commit is contained in:
snipe
2026-03-18 14:40:16 +00:00
parent 7d226a6dca
commit f93b40f402
+8 -9
View File
@@ -6,9 +6,9 @@
<div id="{{ $name }}" {{ $attributes->merge(['class' => 'snipetab-pane tab-pane fade']) }}>
@if (isset($table_header))
<h2 class="box-title{{ (!isset($bulkactions)) ? ' pull-left' : '' }}">
<h3 class="box-title{{ (!isset($bulkactions)) ? ' pull-left' : '' }}">
{{ $table_header }}
</h2>
</h3>
@endif
@if (isset($bulkactions))
@@ -17,14 +17,13 @@
</div>
@endif
@if ((isset($content)) && (!$content->isEmpty()))
{{ $content }}
@endif
@if (($slot) && (!$slot->isEmpty()))
{{ $slot }}
@endif
@if ((isset($content)) && (!$content->isEmpty()))
{{ $content }}
@endif
@if (($slot) && (!$slot->isEmpty()))
{{ $slot }}
@endif
</div>
<!-- /.tab-pane -->