message box
This commit is contained in:
parent
6047813cad
commit
ab8c8cc652
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
</div>
|
||||
@foreach($ticket->comments as $comment)
|
||||
<div class="row justify-content-end">
|
||||
<div class="row">
|
||||
<div class="@if($comment->user_id)col-lg-offset-4 col-md-offset-4 @endif col-lg-8 col-md-8">
|
||||
<div class="alert alert-success" role="alert">
|
||||
<p><strong class="d-block">{{$comment->name}} </strong> <small class="d-block">{{$comment->created_at->diffForHumans()}}</small></p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue