![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/syn.corals.io/storage/framework/views/ |
<div class="beneficiary-section border p-2 my-1" data-id="<?php echo e($beneficiary->id??'new-item'); ?>"> <div class="row"> <div class="col-md-3"> <input type="hidden" value="<?php echo e($beneficiary->id??'new-item'); ?>" name="beneficiaries[<?php echo e($index); ?>][id]"> <?php echo CoralsForm::text("beneficiaries[$index][name]", 'Syndicate::attributes.beneficiary.name', true,$beneficiary->name??null); ?> </div> <div class="col-md-3"> <?php echo CoralsForm::select("beneficiaries[$index][relationship_code]", 'Syndicate::attributes.beneficiary.relation', ListOfValues::get('Syndicate::relation', false, 'active', true), true, $beneficiary->relationship_code??null , [], 'select2'); ?> </div> <div class="col-md-3"> <?php echo CoralsForm::number("beneficiaries[$index][percentage]", 'Syndicate::attributes.beneficiary.percentage', true,$beneficiary->percentage??null); ?> </div> <div class="col-md-3"> <label class="d-block"> </label> <a href="<?php echo e(route('delete_beneficiary_record')); ?>" class="btn btn-danger remove-section-beneficiary"> <i class="fa fa-trash-o"></i> </a> </div> </div> </div><?php /**PATH /home/corals/public_html/syn.corals.io/Corals/modules/Syndicate/resources/views/partials/user_beneficiary_fields.blade.php ENDPATH**/ ?>