message box

This commit is contained in:
medet97 2020-05-15 14:11:32 +05:00
parent 15b613fe16
commit 81cf451254
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
<div class="row justify-content-end">
<div class="col-lg-8 col-md-8">
<div>
<p><strong class="d-block">{{$ticket->owner}} </strong><small class="d-block">{{$ticket->created_at->diffForHumans()}}</small></p>
<p>{{$ticket->text}}</p>
<p style="border: 1px solid #000000; width: 120px; float: right;"><strong class="d-block">{{$ticket->owner}} </strong><small class="d-block">{{$ticket->created_at->diffForHumans()}}</small></p>
<div style="border: 1px solid #000000; width: calc(100% - 120px);"><p>{{$ticket->text}}</p></div>
<br>
@if($ticket->attachment)
<span><strong>Attachment:</strong> <a href="{{asset('user_content/'.$entry->attachment)}}">{{$entry->attachment}}</a></span>