%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 : |
@if (!$html)
<div class="col-12 px-0 pb-3 d-lg-flex d-md-flex d-block">
<p class="mb-0 text-lightest f-14 w-30 text-capitalize">{{ $label }}</p>
<p class="mb-0 text-dark-grey f-14 w-70 text-wrap">{!! $value !!}</p>
</div>
@else
<div class="col-12 px-0 pb-3 d-lg-flex d-md-flex d-block">
<p class="mb-0 text-lightest f-14 w-30 text-capitalize">{{ $label }}</p>
<div class="mb-0 text-dark-grey f-14 w-70 text-wrap ql-editor p-0">{!! nl2br($value) !!}</div>
</div>
@endif