File: /home/armgroup/libs/storage/framework/views/b1e4015b109d7aebbc08bbf3cd6279bd52250240.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('brand-edit', $brand)); ?>
</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.brand.edit', ['brand' => $brand])->html();
} elseif ($_instance->childHasBeenRendered('BHDZk8f')) {
$componentId = $_instance->getRenderedChildComponentId('BHDZk8f');
$componentTag = $_instance->getRenderedChildComponentTagName('BHDZk8f');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('BHDZk8f');
} else {
$response = \Livewire\Livewire::mount('admin.brand.edit', ['brand' => $brand]);
$html = $response->html();
$_instance->logRenderedChild('BHDZk8f', $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/brands/edit.blade.php ENDPATH**/ ?>