ok
Direktori : /home2/selectio/www/fms-worksuite/resources/views/components/cards/ |
Current File : /home2/selectio/www/fms-worksuite/resources/views/components/cards/data-row.blade.php |
@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