comm-priority-complite

This commit is contained in:
arindam85
2016-11-04 16:14:15 +05:30
parent 43af1ef280
commit c05917583b
5 changed files with 29 additions and 16 deletions

View File

@@ -721,7 +721,7 @@ if ($thread->title != "") {
@if(isset($ticket_form_datas))
<br/>
<table class="table table-bordered">
<table class="table table-bordered" style="display: none;">
<tbody>
@foreach($ticket_form_datas as $ticket_form_data)
<tr>
@@ -729,7 +729,9 @@ if ($thread->title != "") {
<td>{!! $ticket_form_data->content !!}</td>
</tr>
@endforeach
</tbody></table>
</tbody>
</table>
@endif
@endif