diff --git a/resources/views/admin/messages/show.blade.php b/resources/views/admin/messages/show.blade.php index 1cce07168..a86372e15 100644 --- a/resources/views/admin/messages/show.blade.php +++ b/resources/views/admin/messages/show.blade.php @@ -17,6 +17,40 @@
+
+ +
+ @if($message->response_requested) +

Response Requested

+ @endif +

Sent {{$message->created_at->diffForHumans()}}

+
+
+ +
+
+
+ +
+
@{{$message->user->username}}
+ {{$message->user->email}} +
+
+
+
+

{{$message->message}}

+
+
+
+
+ {{-- @if($message->responded_at == null) + +
+ @endif + --}} +
+
+ @endsection @push('scripts')