HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //var/www/ivs.kaunokolegija.lt/laravel/storage/framework/views/982ce7ca79817fefeef8e9c86903474b.php
<style>
    .select2 {
        width: 100% !important;
    }   
</style>
<?php
    if(!isset($subareasofcooperation))
    {
        $subareasofcooperation =  $subAreasOfCooperations->pluck('name', 'id');
    }
?>

        <?php if (isset($component)) { $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96 = $attributes; } ?>
<?php $component = App\View\Components\Form\Input::resolve(['label' => ''.e(trans('cruds.company.fields.name')).'','name' => 'name','required' => 'true','helpLabel' => ''.e(trans('cruds.company.fields.name_helper')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.input'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Input::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $attributes = $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $component = $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>

        <div class="form-group">
            <label class="required" for="legalstatus_id"><?php echo e(trans('cruds.company.fields.legalstatus')); ?></label>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('legalstatus') ? 'is-invalid' : ''); ?>" name="legalstatus_id" id="legalstatus_id" required>
                    <?php $__currentLoopData = $legalstatuses; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $entry): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(old('legalstatus_id') == $id ? 'selected' : ''); ?>><?php echo e($entry); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('legal_status_create')): ?>
                    <?php if($nameModal): ?>
                    <?php if (isset($component)) { $__componentOriginal863456d2b7044be7ea705fd9162e9dfc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc = $attributes; } ?>
<?php $component = App\View\Components\Modal\CreateNameModal::resolve(['compName' => 'LegalStatus','name' => 'name','label' => ''.e(trans('cruds.company.fields.legalstatus')).'','route' => ''.e(route('admin.legal-statuses.store')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('modal.create-name-modal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Modal\CreateNameModal::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $attributes = $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $component = $__componentOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
                    <?php endif; ?>
                    <?php if($modalBtn): ?>
                    <button type="button" data-select-id="legalstatus_id" class="btn btn-outline-primary ms-2" id="openLegalStatusModal">
                        <i class="fa fa-plus"></i>
                    </button>
                    <?php endif; ?>
                <?php endif; ?>
                <?php if($errors->has('legalstatus')): ?>
                    <span class="text-danger"><?php echo e($errors->first('legalstatus')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.legalstatus_helper')); ?></span>
            </div>
        </div>

        <?php if (isset($component)) { $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96 = $attributes; } ?>
<?php $component = App\View\Components\Form\Input::resolve(['label' => ''.e(trans('cruds.company.fields.companycode')).'','name' => 'companycode','required' => 'true','helpLabel' => ''.e(trans('cruds.company.fields.companycode_helper')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.input'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Input::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $attributes = $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $component = $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
        <?php if (isset($component)) { $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96 = $attributes; } ?>
<?php $component = App\View\Components\Form\Input::resolve(['label' => ''.e(trans('cruds.company.fields.vatcode')).'','name' => 'vatcode','helpLabel' => ''.e(trans('cruds.company.fields.vatcode_helper')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.input'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Input::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $attributes = $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $component = $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
        <?php if (isset($component)) { $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96 = $attributes; } ?>
<?php $component = App\View\Components\Form\Input::resolve(['label' => ''.e(trans('cruds.company.fields.raised_funds')).'','name' => 'raised_funds','type' => 'number','helpLabel' => ''.e(trans('cruds.company.fields.raised_funds_helper')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.input'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Input::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['step' => '0.01','min' => '0']); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $attributes = $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $component = $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>

        <div class="form-group">
            <label for="internshipsprovided"><?php echo e(trans('cruds.company.fields.internship_provideds')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('internshipsprovided') ? 'is-invalid' : ''); ?>" name="internshipsprovided[]" id="internshipsprovided" multiple>
                    <?php $__currentLoopData = $internshipsprovided; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('internshipsprovided', [])) ? 'selected' : ''); ?>><?php echo e($item); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('internship_provideds_create')): ?>
                    <?php if($nameModal): ?>
                    <?php if (isset($component)) { $__componentOriginal863456d2b7044be7ea705fd9162e9dfc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc = $attributes; } ?>
<?php $component = App\View\Components\Modal\CreateNameModal::resolve(['compName' => 'InternshipProvided','title' => ''.e(trans('global.add')).'','name' => 'title','label' => ''.e(trans('cruds.internshipProvided.fields.name')).'','route' => ''.e(route('admin.internship-provideds.store')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('modal.create-name-modal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Modal\CreateNameModal::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $attributes = $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $component = $__componentOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
                    <?php endif; ?>
                    <?php if($modalBtn): ?>
                    <button type="button" data-select-id="internshipsprovided" class="btn btn-outline-primary ms-2" id="openInternshipProvidedModal">
                        <i class="fa fa-plus"></i>
                    </button>
                    <?php endif; ?>                    
                <?php endif; ?>
                <?php if($errors->has('internshipsprovided')): ?>
                    <span class="text-danger"><?php echo e($errors->first('internshipsprovided')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.internship_provideds_helper')); ?></span>
            </div>
        </div>

        <?php if (isset($component)) { $__componentOriginal0719bdd33bbc8df585d82deca27b43a6 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6 = $attributes; } ?>
<?php $component = App\View\Components\Form\Textarea::resolve(['label' => ''.e(trans('cruds.company.fields.mainaddress')).'','name' => 'mainaddress','helpLabel' => ''.e(trans('cruds.company.fields.mainaddress_helper')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.textarea'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Textarea::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $attributes = $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $component = $__componentOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>

        <div class="form-group">
            <label for="company_size_id"><?php echo e(trans('cruds.company.fields.company_size')); ?></label>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('reliability') ? 'is-invalid' : ''); ?>" name="company_size_id" id="company_size_id">
                    <?php $__currentLoopData = $companysizes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $entry): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(old('company_size_id') == $id ? 'selected' : ''); ?>><?php echo e($entry); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('company_sizes_create')): ?>
                    <?php if($nameModal): ?>
                    <?php if (isset($component)) { $__componentOriginal863456d2b7044be7ea705fd9162e9dfc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc = $attributes; } ?>
<?php $component = App\View\Components\Modal\CreateNameModal::resolve(['compName' => 'CompanySize','title' => ''.e(trans('global.add')).'','name' => 'name','label' => ''.e(trans('cruds.companySize.fields.name')).'','route' => ''.e(route('admin.company-sizes.store')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('modal.create-name-modal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Modal\CreateNameModal::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $attributes = $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $component = $__componentOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
                    <?php endif; ?>
                    <?php if($modalBtn): ?>
                    <button type="button" data-select-id="company_size_id" class="btn btn-outline-primary ms-2" id="openCompanySizeModal">
                        <i class="fa fa-plus"></i>
                    </button>                    
                    <?php endif; ?>
                <?php endif; ?>
                <?php if($errors->has('company_size')): ?>
                    <span class="text-danger"><?php echo e($errors->first('company_size')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.company_size_helper')); ?></span>
            </div>
        </div>
        
        <?php if (isset($component)) { $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96 = $attributes; } ?>
<?php $component = App\View\Components\Form\Input::resolve(['label' => ''.e(trans('cruds.company.fields.website')).'','name' => 'website','helpLabel' => ''.e(trans('cruds.company.fields.website_helper')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.input'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Input::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $attributes = $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $component = $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
        <?php if (isset($component)) { $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96 = $attributes; } ?>
<?php $component = App\View\Components\Form\Input::resolve(['label' => ''.e(trans('cruds.company.fields.directorname')).'','name' => 'directorname','helpLabel' => ''.e(trans('cruds.company.fields.directorname_helper')).'','required' => 'true'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.input'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Input::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $attributes = $__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__attributesOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96)): ?>
<?php $component = $__componentOriginalc1d2405c7f8100d77292f2d0299ccd96; ?>
<?php unset($__componentOriginalc1d2405c7f8100d77292f2d0299ccd96); ?>
<?php endif; ?>

        <div class="form-group">
            <label for="contactpersons"><?php echo e(trans('cruds.company.fields.contactpersons')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('contactpersons') ? 'is-invalid' : ''); ?>" name="contactpersons[]" id="contactpersons" multiple>
                    <?php $__currentLoopData = $contactpersons; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $contactperson): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('contactpersons', [])) ? 'selected' : ''); ?>><?php echo e($contactperson); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('contact_person_create')): ?>
                    <?php if($useModal): ?>
                        <?php echo $__env->make('layouts.form_modal', ['fieldsLink' => 'admin.contactPeople.contact-people-fields', 'compName' => 'ContactPeople', 'route' => route('admin.contact-people.store'), 'title' => trans('global.add'), 'useModal' => false, 'nameModal' => true, 'modalBtn' => true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

                        <button id="openContactPeopleModal" data-select-id="contactpersons" type="button" class="btn btn-outline-primary ms-2">
                            <i class="fa fa-plus"></i>
                        </button>
                    <?php endif; ?>
                <?php endif; ?>
                <?php if($errors->has('contactpersons')): ?>
                    <span class="text-danger"><?php echo e($errors->first('contactpersons')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.contactpersons_helper')); ?></span>
            </div>
        </div>

        <div class="form-group">
            <label for="coopagreements"><?php echo e(trans('cruds.company.fields.coopagreements')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('coopagreements') ? 'is-invalid' : ''); ?>" name="coopagreements[]" id="coopagreements" multiple>
                    <?php $__currentLoopData = $coopagreements; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $coopagreement): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('coopagreements', [])) ? 'selected' : ''); ?>><?php echo e($coopagreement); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('coop_agreement_create')): ?>
                    <?php if($useModal): ?>
                        <?php echo $__env->make('layouts.form_modal', ['fieldsLink' => 'admin.coopAgreements.contact-coop-agreements-fields', 'compName' => 'CoopAgreements', 'route' => route('admin.coop-agreements.store'), 'title' => trans('global.add'), 'useModal' => false, 'nameModal' => true, 'modalBtn' => true, 'upload_url' => route('admin.coop-agreements.storeMedia')], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

                        <button id="openCoopAgreementsModal" data-select-id="coopagreements" type="button" class="btn btn-outline-primary ms-2">
                            <i class="fa fa-plus"></i>
                        </button>
                    <?php endif; ?>                    
                <?php endif; ?>
                <?php if($errors->has('coopagreements')): ?>
                    <span class="text-danger"><?php echo e($errors->first('coopagreements')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.coopagreements_helper')); ?></span>
            </div>
        </div>
        <div class="form-group">
            <label class="required" for="coopareas"><?php echo e(trans('cruds.company.fields.coopareas')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('coopareas') ? 'is-invalid' : ''); ?>" name="coopareas[]" id="coopareas" multiple required>
                    <?php $__currentLoopData = $coopareas; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $cooparea): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('coopareas', [])) ? 'selected' : ''); ?>><?php echo e($cooparea); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('areas_of_cooperation_create')): ?>
                    <?php if($nameModal): ?>
                    <?php if (isset($component)) { $__componentOriginal863456d2b7044be7ea705fd9162e9dfc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc = $attributes; } ?>
<?php $component = App\View\Components\Modal\CreateNameModal::resolve(['compName' => 'AreasOfCooperation','title' => ''.e(trans('global.add')).'','name' => 'name','label' => ''.e(trans('cruds.areasOfCooperation.fields.name')).'','route' => ''.e(route('admin.areas-of-cooperations.store')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('modal.create-name-modal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Modal\CreateNameModal::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $attributes = $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $component = $__componentOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
                    <?php endif; ?>
                    <?php if($modalBtn): ?>
                    <button type="button" data-select-id="coopareas" class="btn btn-outline-primary ms-2" id="openAreasOfCooperationModal">
                        <i class="fa fa-plus"></i>
                    </button>
                    <?php endif; ?>                    
                <?php endif; ?>
                <?php if($errors->has('coopareas')): ?>
                    <span class="text-danger"><?php echo e($errors->first('coopareas')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.coopareas_helper')); ?></span>
            </div>
        </div>
        <div class="form-group">
            <label class="required" for="subareasofcooperation"><?php echo e(trans('cruds.company.fields.sub_areas_of_cooperation')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('subareasofcooperation') ? 'is-invalid' : ''); ?>" name="subareasofcooperation[]" id="subareasofcooperation" multiple required>
                    <?php $__currentLoopData = $subareasofcooperation; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $subAreasOfCooperation): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('subareasofcooperation', [])) ? 'selected' : ''); ?>><?php echo e($subAreasOfCooperation); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('areas_of_cooperation_create')): ?>
                    <?php if($nameModal): ?>
                    <?php if (isset($component)) { $__componentOriginal863456d2b7044be7ea705fd9162e9dfc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc = $attributes; } ?>
<?php $component = App\View\Components\Modal\CreateNameModal::resolve(['compName' => 'SubAreasOfCooperation','title' => ''.e(trans('global.add')).'','name' => 'name','label' => ''.e(trans('cruds.subAreasOfCooperation.fields.name')).'','route' => ''.e(route('admin.sub-areas-of-cooperations.store')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('modal.create-name-modal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Modal\CreateNameModal::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $attributes = $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $component = $__componentOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
                    <?php endif; ?>
                    <?php if($modalBtn): ?>
                    <button type="button" data-select-id="subareasofcooperation" class="btn btn-outline-primary ms-2" id="openSubAreasOfCooperationModal">
                        <i class="fa fa-plus"></i>
                    </button>
                    <?php endif; ?>                    
                <?php endif; ?>
                <?php if($errors->has('subareasofcooperation')): ?>
                    <span class="text-danger"><?php echo e($errors->first('subareasofcooperation')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.sub_areas_of_cooperation_helper')); ?></span>
            </div>
        </div>
        <div class="form-group">
            <label class="required" for="accountabledepartments"><?php echo e(trans('cruds.company.fields.accountabledepartment')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('accountabledepartments') ? 'is-invalid' : ''); ?>" name="accountabledepartments[]" id="accountabledepartments" multiple required>
                    <?php $__currentLoopData = $accountabledepartments; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $accountabledepartment): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('accountabledepartments', [])) ? 'selected' : ''); ?>><?php echo e($accountabledepartment); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('department_create')): ?>
                    <?php if($nameModal): ?>
                    <?php if (isset($component)) { $__componentOriginal863456d2b7044be7ea705fd9162e9dfc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc = $attributes; } ?>
<?php $component = App\View\Components\Modal\CreateNameModal::resolve(['compName' => 'Department','name' => 'name','label' => ''.e(trans('cruds.department.fields.name')).'','route' => ''.e(route('admin.departments.store')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('modal.create-name-modal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Modal\CreateNameModal::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $attributes = $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $component = $__componentOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
                    <?php endif; ?>
                    <?php if($modalBtn): ?>
                    <button type="button" data-select-id="accountabledepartments" class="btn btn-outline-primary ms-2" id="openDepartmentModal">
                        <i class="fa fa-plus"></i>
                    </button>
                    <?php endif; ?>                    
                <?php endif; ?>
                <?php if($errors->has('accountabledepartments')): ?>
                    <span class="text-danger"><?php echo e($errors->first('accountabledepartments')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.accountabledepartment_helper')); ?></span>
            </div>
        </div>
        <div class="form-group">
            <label for="accountablesubsections"><?php echo e(trans('cruds.company.fields.accountablesubsection')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('accountablesubsections') ? 'is-invalid' : ''); ?>" name="accountablesubsections[]" id="accountablesubsections" multiple>
                    <?php $__currentLoopData = $accountablesubsections; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $accountablesubsection): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('accountablesubsections', [])) ? 'selected' : ''); ?>><?php echo e($accountablesubsection); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('department_subsection_create')): ?>
                    <?php if($useModal): ?>
                        <?php echo $__env->make('layouts.form_modal', ['fieldsLink' => 'admin.departmentSubsections.departament-subsection-fields', 'compName' => 'DepartamentSubsections', 'route' => route('admin.department-subsections.store'), 'title' => trans('global.add'), 'useModal' => false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                        
                        <button id="openDepartamentSubsectionsModal" data-select-id="accountablesubsections" type="button" class="btn btn-outline-primary ms-2">
                            <i class="fa fa-plus"></i>
                        </button>
                    <?php endif; ?>
                <?php endif; ?>
                <?php if($errors->has('accountablesubsections')): ?>
                    <span class="text-danger"><?php echo e($errors->first('accountablesubsections')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.accountablesubsection_helper')); ?></span>
            </div>
        </div>
        <div class="form-group">
            <label class="required" for="accountablepersonkks"><?php echo e(trans('cruds.company.fields.accountablepersonkk')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <select class="form-control select2 <?php echo e($errors->has('accountablepersonkks') ? 'is-invalid' : ''); ?>" name="accountablepersonkks[]" id="accountablepersonkks" multiple required>
                <?php $__currentLoopData = $accountablepersonkks; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $accountablepersonkk): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('accountablepersonkks', [])) ? 'selected' : ''); ?>><?php echo e($accountablepersonkk); ?></option>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </select>
            <?php if($errors->has('accountablepersonkks')): ?>
                <span class="text-danger"><?php echo e($errors->first('accountablepersonkks')); ?></span>
            <?php endif; ?>
            <span class="help-block"><?php echo e(trans('cruds.company.fields.accountablepersonkk_helper')); ?></span>
        </div>
        <div class="form-group">
            <label class="required" for="studyprograms"><?php echo e(trans('cruds.study_program.title')); ?></label>
            <div style="padding-bottom: 4px">
                <span class="btn btn-info btn-xs select-all" style="border-radius: 0"><?php echo e(trans('global.select_all')); ?></span>
                <span class="btn btn-info btn-xs deselect-all" style="border-radius: 0"><?php echo e(trans('global.deselect_all')); ?></span>
            </div>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('studyprograms') ? 'is-invalid' : ''); ?>" name="studyprograms[]" id="studyprograms" multiple required>
                    <?php $__currentLoopData = $studyprograms; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $studyprogram): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(in_array($id, old('studyprograms', [])) ? 'selected' : ''); ?>><?php echo e($studyprogram); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('study_program_create')): ?>
                    <?php if($nameModal): ?>
                    <?php if (isset($component)) { $__componentOriginal863456d2b7044be7ea705fd9162e9dfc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc = $attributes; } ?>
<?php $component = App\View\Components\Modal\CreateNameModal::resolve(['compName' => 'StudyProgram','title' => ''.e(trans('global.add')).'','name' => 'name','label' => ''.e(trans('cruds.studyProgram.fields.name')).'','route' => ''.e(route('admin.study-programs.store')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('modal.create-name-modal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Modal\CreateNameModal::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $attributes = $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $component = $__componentOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
                    <?php endif; ?>
                    <?php if($modalBtn): ?>
                    <button type="button" data-select-id="studyprograms" class="btn btn-outline-primary ms-2" id="openStudyProgramModal">
                        <i class="fa fa-plus"></i>
                    </button>
                    <?php endif; ?>
                <?php endif; ?>
                <?php if($errors->has('studyprograms')): ?>
                    <span class="text-danger"><?php echo e($errors->first('studyprograms')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.studyProgram.fields.name_helper')); ?></span>
            </div>
        </div>
        <div class="form-group">
            <label class="required" for="reliability_id"><?php echo e(trans('cruds.company.fields.reliability')); ?></label>
            <div class="d-flex align-items-center">
                <select class="form-control select2 <?php echo e($errors->has('reliability') ? 'is-invalid' : ''); ?>" name="reliability_id" id="reliability_id" required>
                    <?php $__currentLoopData = $reliabilities; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $id => $entry): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($id); ?>" <?php echo e(old('reliability_id') == $id ? 'selected' : ''); ?>><?php echo e($entry); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </select>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('reliability_state_create')): ?>
                    <?php if($nameModal): ?>
                    <?php if (isset($component)) { $__componentOriginal863456d2b7044be7ea705fd9162e9dfc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc = $attributes; } ?>
<?php $component = App\View\Components\Modal\CreateNameModal::resolve(['compName' => 'ReliabilityState','title' => ''.e(trans('global.add')).'','name' => 'name','label' => ''.e(trans('cruds.reliabilityState.fields.name')).'','route' => ''.e(route('admin.reliability-states.store')).''] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('modal.create-name-modal'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Modal\CreateNameModal::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $attributes = $__attributesOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__attributesOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc)): ?>
<?php $component = $__componentOriginal863456d2b7044be7ea705fd9162e9dfc; ?>
<?php unset($__componentOriginal863456d2b7044be7ea705fd9162e9dfc); ?>
<?php endif; ?>
                    <?php endif; ?>
                    <?php if($modalBtn): ?>
                    <button type="button" data-select-id="reliability_id" class="btn btn-outline-primary ms-2" id="openReliabilityStateModal">
                        <i class="fa fa-plus"></i>
                    </button>                    
                    <?php endif; ?>
                <?php endif; ?>
                <?php if($errors->has('reliability')): ?>
                    <span class="text-danger"><?php echo e($errors->first('reliability')); ?></span>
                <?php endif; ?>
                <span class="help-block"><?php echo e(trans('cruds.company.fields.reliability_helper')); ?></span>
            </div>
        </div>
        <?php if (isset($component)) { $__componentOriginal0719bdd33bbc8df585d82deca27b43a6 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6 = $attributes; } ?>
<?php $component = App\View\Components\Form\Textarea::resolve(['label' => ''.e(trans('global.additional_info_1')).'','name' => 'additional_field_1'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.textarea'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Textarea::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $attributes = $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $component = $__componentOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
        <?php if (isset($component)) { $__componentOriginal0719bdd33bbc8df585d82deca27b43a6 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6 = $attributes; } ?>
<?php $component = App\View\Components\Form\Textarea::resolve(['label' => ''.e(trans('global.additional_info_2')).'','name' => 'additional_field_2'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.textarea'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Textarea::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $attributes = $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $component = $__componentOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
        <?php if (isset($component)) { $__componentOriginal0719bdd33bbc8df585d82deca27b43a6 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6 = $attributes; } ?>
<?php $component = App\View\Components\Form\Textarea::resolve(['label' => ''.e(trans('global.additional_info_3')).'','name' => 'additional_field_3'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.textarea'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Textarea::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $attributes = $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $component = $__componentOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
        <?php if (isset($component)) { $__componentOriginal0719bdd33bbc8df585d82deca27b43a6 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6 = $attributes; } ?>
<?php $component = App\View\Components\Form\Textarea::resolve(['label' => ''.e(trans('global.additional_info_4')).'','name' => 'additional_field_4'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.textarea'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Textarea::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $attributes = $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $component = $__componentOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
        <?php if (isset($component)) { $__componentOriginal0719bdd33bbc8df585d82deca27b43a6 = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6 = $attributes; } ?>
<?php $component = App\View\Components\Form\Textarea::resolve(['label' => ''.e(trans('global.additional_info_5')).'','name' => 'additional_field_5'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('form.textarea'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Form\Textarea::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $attributes = $__attributesOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__attributesOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6)): ?>
<?php $component = $__componentOriginal0719bdd33bbc8df585d82deca27b43a6; ?>
<?php unset($__componentOriginal0719bdd33bbc8df585d82deca27b43a6); ?>
<?php endif; ?>
     

<?php /**PATH /var/www/ivs.kaunokolegija.lt/laravel/resources/views/admin/companies/company-fields.blade.php ENDPATH**/ ?>