File: /home/armgroup/libs/storage/framework/views/a0aca1178ad6bd3a0e1730b50c01b1f90d994600.php
<?php $__env->startSection('title', "پنل مدیریت | افزودن کاربر"); ?>
<?php $__env->startSection('content'); ?>
<div class="content-wrapper">
<div class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1 class="m-0 text-dark">افزودن کاربر</h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-left">
<?php echo e(Breadcrumbs::render('users-create')); ?>
</ol>
</div>
</div>
</div>
</div>
<section class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="card card-primary">
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('admin.user.create', [])->html();
} elseif ($_instance->childHasBeenRendered('tSNMQhz')) {
$componentId = $_instance->getRenderedChildComponentId('tSNMQhz');
$componentTag = $_instance->getRenderedChildComponentTagName('tSNMQhz');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('tSNMQhz');
} else {
$response = \Livewire\Livewire::mount('admin.user.create', []);
$html = $response->html();
$_instance->logRenderedChild('tSNMQhz', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
</div>
</div>
</div>
</div>
</section>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/armgroup/libs/resources/views/admin/users/create.blade.php ENDPATH**/ ?>