diff --git a/src/resources/views/crud/inc/show_table.blade.php b/src/resources/views/crud/inc/show_table.blade.php index b290788719..2bef135bdd 100644 --- a/src/resources/views/crud/inc/show_table.blade.php +++ b/src/resources/views/crud/inc/show_table.blade.php @@ -4,7 +4,7 @@ @foreach($columns as $column) index === 0) class="border-top-0" @endif> - {!! $column['label'] !!}: + {!! $column['label'] !!}@if(!empty($column['label'])):@endif index === 0) class="border-top-0" @endif> @php @@ -36,4 +36,4 @@ @endif -@endif \ No newline at end of file +@endif