message box

This commit is contained in:
medet97 2020-05-15 13:44:15 +05:00
parent 4c67ccde6a
commit 4191ebb79b
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
<div class="row w-100 m-auto" style="margin-top: 20px !important;">
<div class="card w-100">
<div class="card-body">
<div class="row">
<div class="row justify-content-end">
<div class="col-lg-8 col-md-8">
<div class="alert alert-info" role="alert">
<p><strong>{{$ticket->owner}} : </strong> <small>{{$ticket->created_at->diffForHumans()}}</small></p>
<p><strong>{{$ticket->owner}} </strong><br> <small>{{$ticket->created_at->diffForHumans()}}</small></p>
<p>{{$ticket->text}}</p>
<br>
@if($ticket->attachment)