File: /home/armgroup/libs/storage/framework/views/c590d12e8e9d7622d7a85720894ebb7c769ae26a.php
<?php $__env->startSection('content'); ?>
<div class="container my-5 body-content">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="card">
<div class="card-header">ثبت نام مشتری</div>
<div class="card-body">
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('auth.normal', [])->html();
} elseif ($_instance->childHasBeenRendered('oHwpFcy')) {
$componentId = $_instance->getRenderedChildComponentId('oHwpFcy');
$componentTag = $_instance->getRenderedChildComponentTagName('oHwpFcy');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('oHwpFcy');
} else {
$response = \Livewire\Livewire::mount('auth.normal', []);
$html = $response->html();
$_instance->logRenderedChild('oHwpFcy', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/armgroup/libs/resources/views/auth/normal.blade.php ENDPATH**/ ?>