Open blood72 opened 4 years ago
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => __VIEW_NAME__,'data' => __VIEW_DATA__]); ?>
<?php $component->withName(__TAG_NAME__); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(__VIEW_DATA__); ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
it is rendered to below
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f4%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f5%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f6%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f7%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f8%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f9%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f10%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f11%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f12%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f13%
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f14%
and it became
%MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f4% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f5% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f6% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f7% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f8% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f9% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f10% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f11% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f12% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f13% %MINIFYHTMLd1c11793d34bc7db1f456134ff75aa0f14%
blade code
rendered