![]() 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/ |
<?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('utility_listOfValue_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## <?php $__env->startComponent('components.box'); ?> <?php echo CoralsForm::openForm($listOfValue); ?> <div class="row"> <div class="col-md-4"> <?php echo CoralsForm::text('code','Utility::attributes.listOfValue.code', false, $listOfValue->code, ['help_text' => 'Utility::attributes.listOfValue.code_help']); ?> <?php echo CoralsForm::text('label',trans('Utility::attributes.listOfValue.label'), false, $listOfValue->label); ?> <?php echo CoralsForm::textarea('value','Utility::attributes.listOfValue.value', true); ?> <?php echo CoralsForm::number('display_order','Utility::attributes.listOfValue.display_order'); ?> </div> <div class="col-md-4"> <?php echo CoralsForm::select('module','Utility::attributes.listOfValue.module', \Utility::getUtilityModules(), false, null, [], 'select2'); ?> <?php echo CoralsForm::select('parent_id','Utility::attributes.listOfValue.parent', \ListOfValues::getParents(), false, null, [], 'select2'); ?> <?php echo CoralsForm::radio('status','Corals::attributes.status', true, trans('Corals::attributes.status_options')); ?> <?php echo CoralsForm::checkbox('hidden','Utility::attributes.listOfValue.hidden', $listOfValue->hidden, true); ?> <?php echo $__env->make("Corals::key_value",[ "label"=>["key"=> trans("Corals::labels.key"), "value"=>trans("Corals::labels.value")], "name"=>"properties", "options"=>$listOfValue->properties ?? [] ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="row"> <div class="col-md-12"> <?php echo CoralsForm::formButtons(); ?> </div> </div> <?php echo CoralsForm::closeForm($listOfValue); ?> <?php if (isset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5)): ?> <?php $component = $__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5; ?> <?php unset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?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/Utility/resources/views/listOfValue/listOfValues/create_edit.blade.php ENDPATH**/ ?>