File: /home/armgroup/libs/storage/framework/views/a294395194ab3b4e01dd07185f614fa33fae104a.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">ویرایش <?php echo e($user->name); ?></h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-left">
<?php echo e(Breadcrumbs::render('users-edit', $user)); ?>
</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.edit', ['user' => $user])->html();
} elseif ($_instance->childHasBeenRendered('spUT3kA')) {
$componentId = $_instance->getRenderedChildComponentId('spUT3kA');
$componentTag = $_instance->getRenderedChildComponentTagName('spUT3kA');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('spUT3kA');
} else {
$response = \Livewire\Livewire::mount('admin.user.edit', ['user' => $user]);
$html = $response->html();
$_instance->logRenderedChild('spUT3kA', $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/technova/technovar/resources/views/admin/users/edit.blade.php ENDPATH**/ ?>