File: /home/armgroup/libs/storage/framework/views/96f9e1da9cf390384b22d7b87be87b26a72b0e92.php
<?php $__env->startSection('title', "پنل مدیریت | ویرایش محصول"); ?>
<?php $__env->startSection('header'); ?>
<link rel="stylesheet" href="<?php echo e(asset('css/persian-datepicker.min.css')); ?>"/>
<?php $__env->stopSection(); ?>
<?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($product->name); ?></h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-left">
<?php echo e(Breadcrumbs::render('product-edit', $product)); ?>
</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.product.edit', ['product' => $product])->html();
} elseif ($_instance->childHasBeenRendered('0Vo81nm')) {
$componentId = $_instance->getRenderedChildComponentId('0Vo81nm');
$componentTag = $_instance->getRenderedChildComponentTagName('0Vo81nm');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('0Vo81nm');
} else {
$response = \Livewire\Livewire::mount('admin.product.edit', ['product' => $product]);
$html = $response->html();
$_instance->logRenderedChild('0Vo81nm', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
</div>
</div>
</div>
</div>
</section>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('footer'); ?>
<script src="<?php echo e(asset('js/persian-date.min.js')); ?>"></script>
<script src="<?php echo e(asset('js/persian-datepicker.min.js')); ?>"></script>
<?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/products/edit.blade.php ENDPATH**/ ?>