Warning: Undefined variable $seen in /home/technog6/public_html/uniserv/vendor/munafio/chatify/src/views/layouts/messageCard.blade.php on line 2

Warning: Undefined variable $created_at in /home/technog6/public_html/uniserv/vendor/munafio/chatify/src/views/layouts/messageCard.blade.php on line 3

Warning: Undefined variable $isSender in /home/technog6/public_html/uniserv/vendor/munafio/chatify/src/views/layouts/messageCard.blade.php on line 4

Warning: Undefined variable $timeAgo in /home/technog6/public_html/uniserv/vendor/munafio/chatify/src/views/layouts/messageCard.blade.php on line 4
{{-- Delete Message Button --}} @if ($isSender)
@endif {{-- Card --}}
@if (@$attachment->type != 'image' || $message)
{!! ($message == null && $attachment != null && @$attachment->type != 'file') ? $attachment->title : nl2br($message) !!} {!! $timeAndSeen !!} {{-- If attachment is a file --}} @if(@$attachment->type == 'file') {{$attachment->title}} @endif
@endif @if(@$attachment->type == 'image')
{{ $attachment->title }}
{!! $timeAndSeen !!}
@endif