help desk admin

This commit is contained in:
merdan 2020-05-05 17:16:25 +05:00
parent 0fa1c593c2
commit 0ccac4b87c
1 changed files with 2 additions and 2 deletions

View File

@ -57,14 +57,14 @@
@if($entry->attachment)
<tr>
<td><strong>Attachment:</strong></td>
<td><a href="{{asset($entry->attachment)}}">{{$entry->attachment}}</a> </td>
<td><a href="{{asset('user_content/'.$entry->attachment)}}">{{$entry->attachment}}</a> </td>
</tr>
@endif
</tbody>
</table>
</div><!-- /.box-body -->
</div><!-- /.box -->
<div class="well">
<div class="card">
<div class="alert alert-primary" role="alert">
{{$entry->text}}
</div>