help desk admin

This commit is contained in:
merdan 2020-05-05 17:05:07 +05:00
parent 66595cd835
commit 0fa1c593c2
1 changed files with 11 additions and 1 deletions

View File

@ -54,11 +54,21 @@
<td><strong>Subject : </strong></td>
<td colspan="5">{{$entry->subject}}</td>
</tr>
@if($entry->attachment)
<tr>
<td><strong>Attachment:</strong></td>
<td><a href="{{asset($entry->attachment)}}">{{$entry->attachment}}</a> </td>
</tr>
@endif
</tbody>
</table>
</div><!-- /.box-body -->
</div><!-- /.box -->
<div class="well">
<div class="alert alert-primary" role="alert">
{{$entry->text}}
</div>
</div>
</div>
</div>