|
@@ -4,7 +4,6 @@
|
|
|
<th class="border-0">Display title</th>
|
|
|
<th class="border-0">Heading</th>
|
|
|
<th class="border-0">Sub-heading</th>
|
|
|
- <th class="border-0">Position Index</th>
|
|
|
<th class="border-0">Segment Template</th>
|
|
|
<th class="border-0">Left/Right</th>
|
|
|
<th class="border-0">Status</th>
|
|
@@ -20,7 +19,6 @@
|
|
|
<td><i class="fas fa-arrows-alt mr-2"></i> {{ $template->display_title }}</td>
|
|
|
<td>{{ $template->heading }}</td>
|
|
|
<td>{{ $template->subheading }}</td>
|
|
|
- <td>{{ $template->position_index }}</td>
|
|
|
<td>{{ $template->segmentTemplate ? $template->segmentTemplate->default_display_title : '---' }}</td>
|
|
|
<td>{{ $template->left_or_right }}</td>
|
|
|
<td>
|
|
@@ -59,7 +57,7 @@
|
|
|
@endforeach
|
|
|
@if(!$rowsCount)
|
|
|
<tr>
|
|
|
- <td colspan="8">No deactivated records found!</td>
|
|
|
+ <td colspan="7">No deactivated records found!</td>
|
|
|
</tr>
|
|
|
@endif
|
|
|
</tbody>
|