message box

This commit is contained in:
medet97 2020-05-15 14:16:45 +05:00
parent 81cf451254
commit 0c31b241a6
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 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>
<p style="width: 120px; float: right;"><strong class="d-block">{{$ticket->owner}} </strong><small class="d-block">{{$ticket->created_at->diffForHumans()}}</small></p>
<div style="width: calc(100% - 120px);"><p style="width: calc(100% - 50px); background-color: #e3e3e3; color: #000000; padding: 10px 30px; border-radius: 5px;">{{$ticket->text}}</p></div>
<br>
@if($ticket->attachment)
<span><strong>Attachment:</strong> <a href="{{asset('user_content/'.$entry->attachment)}}">{{$entry->attachment}}</a></span>