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/18c0037eaefffb44357917fb7098f3e8109f5aca.php
<div class="pharmacy-section border p-2 my-1" data-id="<?php echo e($pharmacist->id??'new-item'); ?>">
    <div class="row">
        <div class="col-md-3">
            <input type="hidden" value="<?php echo e($pharmacist->id??'new-item'); ?>" name="pharmacists[<?php echo e($index); ?>][id]">
            <?php echo CoralsForm::select("pharmacists[$index][user_id]",  'Syndicate::attributes.pharmacy.responsible_pharmacist' ,[], true,$pharmacist->id??null,
                   [
                   'class'=>'select2-ajax',
                   'data'=>[
                          'model'=>\Corals\Modules\Syndicate\Models\Pharmacist::class,
                          'columns'=> json_encode(['name','email','last_name']),
                          'show_identifier'=>json_encode('true'),
                          'selected'=>json_encode([$pharmacist->id??null]),
                          ]
                   ], 'select2'); ?>

        </div>
        <div class="col-md-3">
            <?php echo CoralsForm::number("pharmacists[$index][percentage]", 'Syndicate::attributes.warehouse.percentage', true, $pharmacist->pivot->percentage??null); ?>

        </div>
        <div class="col-md-3">
            <label class="d-block">&nbsp;</label>
            <?php echo CoralsForm::checkbox("pharmacists[$index][is_responsible]", 'Syndicate::attributes.warehouse.is_responsible', $pharmacist->pivot->is_responsible??false); ?>

        </div>
        <div class="col-md-3">
            <label class="d-block">&nbsp;</label>
            <a href="<?php echo e(route('delete_warehouse_pharmacist_record')); ?>" class="btn btn-danger remove-section">
                <i class="fa fa-trash-o"></i>
            </a>
        </div>
    </div>
</div>

<script>
    window.initFunctions.push('initSelect2ajax')
</script>
<?php /**PATH /home/corals/public_html/syn.corals.io/Corals/modules/Syndicate/resources/views/partials/warehouse_pharmacist_fields.blade.php ENDPATH**/ ?>

Spamworldpro Mini