message box
This commit is contained in:
parent
81cf451254
commit
0c31b241a6
|
|
@ -22,8 +22,8 @@
|
||||||
<div class="row justify-content-end">
|
<div class="row justify-content-end">
|
||||||
<div class="col-lg-8 col-md-8">
|
<div class="col-lg-8 col-md-8">
|
||||||
<div>
|
<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>
|
<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="border: 1px solid #000000; width: calc(100% - 120px);"><p>{{$ticket->text}}</p></div>
|
<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>
|
<br>
|
||||||
@if($ticket->attachment)
|
@if($ticket->attachment)
|
||||||
<span><strong>Attachment:</strong> <a href="{{asset('user_content/'.$entry->attachment)}}">{{$entry->attachment}}</a></span>
|
<span><strong>Attachment:</strong> <a href="{{asset('user_content/'.$entry->attachment)}}">{{$entry->attachment}}</a></span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue