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.
2 parents 87be452 + 2b18fd1 commit c2c4847Copy full SHA for c2c4847
src/resources/views/crud/inc/show_table.blade.php
@@ -4,7 +4,7 @@
4
@foreach($columns as $column)
5
<tr>
6
<td @if($loop->index === 0) class="border-top-0" @endif>
7
- <strong>{!! $column['label'] !!}:</strong>
+ <strong>{!! $column['label'] !!}@if(!empty($column['label'])):@endif</strong>
8
</td>
9
10
@php
@@ -36,4 +36,4 @@
36
@endif
37
</tbody>
38
</table>
39
-@endif
+@endif
0 commit comments