help desk admin
This commit is contained in:
parent
0fa1c593c2
commit
0ccac4b87c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue