|
@@ -62,7 +62,7 @@
|
|
<td>{{ $item->apply_date }}</td>
|
|
<td>{{ $item->apply_date }}</td>
|
|
<td>{{ $item->end_date }}</td>
|
|
<td>{{ $item->end_date }}</td>
|
|
<td>{{ $item->teacher_names }}</td>
|
|
<td>{{ $item->teacher_names }}</td>
|
|
- <td>{{ $item->remark }}</td>
|
|
|
|
|
|
+ <td>{!! $item->remark !!}</td>
|
|
<td>
|
|
<td>
|
|
<div class="btn-group">
|
|
<div class="btn-group">
|
|
<a class="btn btn-sm btn-success btn-courses" href="{{ $pre_uri . 'Course/index?student_id=' . $item->id }}">课程</a>
|
|
<a class="btn btn-sm btn-success btn-courses" href="{{ $pre_uri . 'Course/index?student_id=' . $item->id }}">课程</a>
|