|
@@ -1,6 +1,7 @@
|
|
|
<table data-position="{{ @$position }}" class="table table-sm table-striped border-top p-0 m-0 table-dnd">
|
|
|
<thead class="bg-light">
|
|
|
<tr>
|
|
|
+ <th class="border-0">Position Index</th>
|
|
|
<th class="border-0">Display title</th>
|
|
|
<th class="border-0">Heading</th>
|
|
|
<th class="border-0">Sub-heading</th>
|
|
@@ -15,6 +16,7 @@
|
|
|
@if(@$position === $template->left_or_right && $template->is_active)
|
|
|
<?php $rowsCount++; ?>
|
|
|
<tr id="{{ $template->uid }}" data-uid="{{ $template->uid }}" data-positionindex="{{ $template->position_index }}" data-heading="{{ $template->heading }}" data-subheading="{{ $template->subheading }}" data-displaytitle="{{ $template->display_title }}" data-leftorright="{{ $template->left_or_right }}">
|
|
|
+ <td>{{ $template->position_index }}</td>
|
|
|
<td class="text-nowrap">═ {{ $template->display_title }}</td>
|
|
|
<td>{{ $template->heading }}</td>
|
|
|
<td>{{ $template->subheading }}</td>
|