Skip to content

Commit 7474a58

Browse files
committed
Update index.blade.php
1 parent 8678b06 commit 7474a58

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Resources/views/admin/index.blade.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@
134134
@include('DBasic::admin.settings_table', ['group' => 'Auto Reject'])
135135
<span class="text-info">Set margin to 0 if you do not want to use definable items (score, landing rate etc)</span>
136136
</div>
137+
{{-- General & Widget Settings Group --}}
138+
<div class="card border-blue-bottom" style="padding:5px;">
139+
<b>Generic Settings</b>
140+
<br>
141+
@include('DBasic::admin.settings_table', ['group' => 'General'])
142+
<span class="text-info">Set 0 if you do not want to use those features</span>
143+
</div>
137144
</div>
138145
</div>
139146
</div>

0 commit comments

Comments
 (0)