We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a86623 commit e20570eCopy full SHA for e20570e
resources/views/bootstrap-4/components/table/table.blade.php
@@ -1,4 +1,4 @@
1
-<div class="{{$this->responsive ? 'table-responsive' : ''}}">
+<div class="{{ $this->responsive ? 'table-responsive' : '' }}">
2
<table {{ $attributes->except('wire:sortable') }} class="table table-striped">
3
<thead>
4
<tr>
resources/views/bootstrap-5/components/table/table.blade.php
0 commit comments