|
|
@ -17,6 +17,7 @@ |
|
|
<thead> |
|
|
<thead> |
|
|
<th>{{ __('app.table_no') }}</th> |
|
|
<th>{{ __('app.table_no') }}</th> |
|
|
<th>{{ __('issue.title') }}</th> |
|
|
<th>{{ __('issue.title') }}</th> |
|
|
|
|
|
<th>{{ __('app.status') }}</th> |
|
|
<th>{{ __('issue.pic') }}</th> |
|
|
<th>{{ __('issue.pic') }}</th> |
|
|
<th>{{ __('issue.creator') }}</th> |
|
|
<th>{{ __('issue.creator') }}</th> |
|
|
<th class="text-center">{{ __('app.action') }}</th> |
|
|
<th class="text-center">{{ __('app.action') }}</th> |
|
|
@ -29,6 +30,7 @@ |
|
|
<tr id="{{ $issue->id }}"> |
|
|
<tr id="{{ $issue->id }}"> |
|
|
<td>{{ $no }}</td> |
|
|
<td>{{ $no }}</td> |
|
|
<td>{{ $issue->title }}</td> |
|
|
<td>{{ $issue->title }}</td> |
|
|
|
|
|
<td>{!! $issue->status_label !!}</td> |
|
|
<td>{{ $issue->pic->name }}</td> |
|
|
<td>{{ $issue->pic->name }}</td> |
|
|
<td>{{ $issue->creator->name }}</td> |
|
|
<td>{{ $issue->creator->name }}</td> |
|
|
<td class="text-center"> |
|
|
<td class="text-center"> |
|
|
|