@@ -1,5 +1,3 @@
-<?php /* DO NOT GENERATE */ ?>
-
@extends('admin.note_templates.view')
@section('content-inner')
@@ -20,13 +18,11 @@
<th>Section Template</th>
</tr>
</thead>
- <tbody class="sortable" data-url="/api/noteTemplateSectionTemplate/sort">
+ <tbody>
@foreach($subRecords as $subRecord)
- <tr data-uid="{{$subRecord->uid}}">
+ <tr>
<td><a href="/note_template_section_templates/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
<td><?= value_from_rs($result_section_templates, 'title', [['id', '=', $subRecord->section_template_id], ], 'all'); ?></td>
- <td><a href=""><i class="fa fa-bars"></i></a></td>
@endforeach
</tbody>