HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers85/equichecker.com/storage/framework/views/e9cb48acc4675dd623329ebb101d25b1
<li class="entity-attribute entity-attribute-field-group">
    <?php foreach($fieldGroup->getTabs() as $tab): ?>

        <?php /* Tab Attributes */ ?>
        <?php foreach($tab->getItems() as $attribute): ?>
            <div style="<?php echo $attribute->getWidth(count($tab->getItems())); ?>">
                <?php echo $attribute->render(); ?>

            </div>
        <?php endforeach; ?>

        <?php if($tab->hasTabs()): ?>
            <?php echo $__env->make('kms/partials/entity.tabs', ['tab'=> $tab,'firstTabSlug'=>''], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        <?php endif; ?>

        <?php if(\Session::get('error_data')): ?>
            <?php echo $__env->make('kms.partials.importErrors', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        <?php endif; ?>
    <?php endforeach; ?>
</li>