File: /home/xedaptot/work.naniguide.com/storage/framework/views/bf733d0c4200ff9927b5f5d1c20bdc8e.php
<div <?php echo e($attributes->merge(['class' => 'form-check-inline custom-control custom-radio mt-2 mr-3'])); ?>>
<input type="radio" value="<?php echo e($fieldValue); ?>" class="custom-control-input" id="<?php echo e($fieldId); ?>"
name="<?php echo e($fieldName); ?>"
<?php if($checked): ?> checked <?php endif; ?>
/>
<label class="custom-control-label pt-1 cursor-pointer" for="<?php echo e($fieldId); ?>"><?php echo e($fieldLabel); ?></label>
</div>
<?php /**PATH /home/xedaptot/work.naniguide.com/resources/views/components/forms/radio.blade.php ENDPATH**/ ?>