message box

This commit is contained in:
medet97 2020-05-15 16:12:06 +05:00
parent 14d880303e
commit 30ff401e92
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<strong style="float: left">Attachment:</strong>
<a href="{{asset('user_content/'.$comment->attachment)}}" target="_blank">
{{--{{$comment->attachment}}--}}
<img src="{{asset('user_content/'.$comment->attachment)}}" style="width: 300px; float: left; clear: left; border: 1px solid #eeeeee; box-shadow: 0px 0px 19px rgba(0,0,0,.3); margin-top: 15px">
<img src="{{asset('user_content/'.$comment->attachment)}}" style="width: 300px; float: left; clear: left; border: 1px solid #eeeeee; box-shadow: 0px 0px 19px rgba(0,0,0,.3); margin-top: 15px; margin-bottom: 20px">
</a>
</span>
@endif