%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/resources/views/components/cards/ |
Upload File : |
<div class="card border-0">
<a class="view-notification text-dark border-bottom-grey px-3" href="{{ $link }}"
data-notification-id="{{ $notification->id }}">
<div class="card-horizontal align-items-center">
@if($type == 'image')
<div class="card-img-small mr-3 ml-0 my-2">
<img class="___class_+?4___" src="{{ $image }}">
</div>
@else
<div class="mr-3 ml-0 my-2 notification-icon position-relative">
{!! $image !!}
</div>
@endif
<div class="card-body border-0 pl-0 pr-0 py-1">
<p class="card-title f-11 mb-0 text-dark-grey f-w-500">{{ $title ?? '' }}</p>
<p class="f-11 mb-0 text-dark-grey">{{ $text ?? '' }}</p>
<p class="card-text f-10 text-lightest">{{ $time->diffForHumans() }}</p>
</div>
</div>
</a>
</div>