Spamworldpro Mini Shell
Spamworldpro


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/syn.corals.io/storage/framework/views/58e226d346c206c3ddcc83a06c991f42427baf7d.php
<?php $__env->startSection('content_header'); ?>
    <?php $__env->startComponent('components.content_header'); ?>
        <?php $__env->slot('page_title'); ?>
            <?php echo e($title_singular); ?>

        <?php $__env->endSlot(); ?>
        <?php $__env->slot('breadcrumb'); ?>
            <?php echo e(Breadcrumbs::render('syndicate_fees_setup_create_edit')); ?>

        <?php $__env->endSlot(); ?>
    <?php if (isset($__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f)): ?>
<?php $component = $__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f; ?>
<?php unset($__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    ##parent-placeholder-040f06fd774092478d450774f5ba30c5da78acc8##
    <div class="row">
        <div class="col-md-6">
            <?php $__env->startComponent('components.box'); ?>
                <?php echo CoralsForm::openForm($fees_setup); ?>


                <?php echo CoralsForm::customFields($fees_setup); ?>

                <div class="row">
                    <div class="col-md-4">
                        <?php echo CoralsForm::select('fee_code', 'Syndicate::attributes.fee.transaction_type', ListOfValues::get('Syndicate::transaction_type', false, 'active', true), true, $fees_setup->fee_code??null, [], 'select2'); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::select('frequency_type', 'Syndicate::attributes.fee_setup.frequency_type', ListOfValues::get('Syndicate::frequency_type', false, 'active', true), true, $fees_setup->frequency_type??null, [], 'select2'); ?>

                    </div>
                </div>
                <div class="row">
                    <div class="col-md-4" id="lable">
                        <?php echo CoralsForm::number('year', 'Syndicate::attributes.fee_setup.year', true,$fees_setup->year??''); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::number('amount', 'Syndicate::attributes.fee_setup.amount', true,$fees_setup->amount??''); ?>

                    </div>
                </div>
                <div class="row" id="fee_type">
                    <div class="col-md-4"
                         style="<?php echo e($fees_setup->fee_code !=='Syndicate::transaction_type.late-fee'?'':'display:none'); ?>"
                    >
                        <?php echo CoralsForm::select('fee_type', 'Syndicate::attributes.fee_setup.fee_type', ListOfValues::get('Syndicate::fee_type', false, 'active', true), true, $fees_setup->frequency_type??null, [], 'select2'); ?>

                    </div>
                </div>
                <?php echo CoralsForm::formButtons(); ?>


                <?php echo CoralsForm::closeForm($fees_setup); ?>

            <?php if (isset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5)): ?>
<?php $component = $__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5; ?>
<?php unset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startPush('partial_js'); ?>
    <script>
        $('#fee_type').hide();
        $('#fee_code').change(function () {
            let value = ($(this).val());
            if (value !== 'Syndicate::transaction_type.late-fee') {
                $(document).ready(function () {
                    $('#fee_type').hide();
                })
            }
            if (value === 'Syndicate::transaction_type.late-fee') {
                $(document).ready(function () {
                    $('#fee_type').show();
                })
            }
        });
    </script>
<?php $__env->stopPush(); ?>







<?php echo $__env->make('layouts.crud.create_edit', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/public_html/syn.corals.io/Corals/modules/Syndicate/resources/views/fees_setup/create_edit.blade.php ENDPATH**/ ?>

Spamworldpro Mini