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>