|
@@ -75,6 +75,7 @@
|
|
|
<th class="border-0">Display title</th>
|
|
|
<th class="border-0">Heading</th>
|
|
|
<th class="border-0">Sub-heading</th>
|
|
|
+ <th class="border-0">Left or Right</th>
|
|
|
<th class="border-0">Position Index</th>
|
|
|
<th class="border-0">Segment Template</th>
|
|
|
<th class="border-0">Created At</th>
|
|
@@ -88,6 +89,7 @@
|
|
|
<td>{{ $template->display_title }}</td>
|
|
|
<td>{{ $template->heading }}</td>
|
|
|
<td>{{ $template->subheading }}</td>
|
|
|
+ <td>{{ $template->left_or_right }}</td>
|
|
|
<td>{{ $template->position_index }}</td>
|
|
|
<td>{{ $template->segmentTemplate ? $template->segmentTemplate->default_display_title : '---' }}</td>
|
|
|
<td>{{ friendly_date_time($template->created_at) }}</td>
|