%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
{{ $attributes->merge(['class' => 'bg-white p-20 rounded b-shadow-4 d-flex justify-content-between align-items-center']) }}>
<div class="d-block text-capitalize">
<h5 class="f-15 f-w-500 mb-20 text-darkest-grey">{{ $title }}
@if (!is_null($info))
<i class="fa fa-question-circle" data-toggle="popover" data-placement="top" data-content="{{ $info }}" data-html="true" data-trigger="hover"></i>
@endif
</h5>
<div class="d-flex">
<p class="mb-0 f-15 font-weight-bold text-blue text-primary d-grid"><span
id="{{ $widgetId }}">{{ $value }}</span>
</p>
</div>
</div>
<div class="d-block">
<i class="fa fa-{{ $icon }} text-lightest f-18"></i>
</div>
</div>