Smaller header for tables
This commit is contained in:
@@ -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 -->
|
||||
Reference in New Issue
Block a user