%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/forms/ |
Upload File : |
<div class="form-check">
<input {{ $attributes->merge(['class' => 'form-check-input']) }} type="checkbox" @isset($fieldValue)
value="{{ $fieldValue }}" @endisset name="{{ $fieldName }}" @if ($checked) checked @endif
id="{{ $fieldId }}">
@if ($fieldLabel != '')
<label
class="form-check-label form_custom_label text-dark-grey pl-2 mr-3 justify-content-start cursor-pointer checkmark-20 pt-1 text-wrap"
for="{{ $fieldId }}">
{{ $fieldLabel }}
@if (!is_null($popover))
<i class="fa fa-question-circle" data-toggle="popover" data-placement="top" data-html="true"
data-content="{{ $popover }}" data-trigger="hover"></i>
@endif
</label>
@endif
</div>