File: /home/armgroup/libs/storage/framework/views/3f65053a14f369f0b536149575057100d96e19d6.php
<?php if($product): ?>
<?php $__env->startSection('title', "پنل مدیریت | ویرایش محصول"); ?>
<?php else: ?>
<?php $__env->startSection('title', "پنل مدیریت | افزودن محصول"); ?>
<?php endif; ?>
<?php $__env->startSection('content'); ?>
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<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 ? 'ویرایش' : 'افزودن'); ?> محصول</h1>
</div><!-- /.col -->
<div class="col-sm-6">
<ol class="breadcrumb float-sm-left">
<?php if($product): ?>
<?php echo e(Breadcrumbs::render('product-edit', $product)); ?>
<?php else: ?>
<?php echo e(Breadcrumbs::render('product-create')); ?>
<?php endif; ?>
</ol>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container-fluid -->
</div>
<!-- /.content-header -->
<!-- Main content -->
<section class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="card card-primary w-50 mx-auto">
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('admin.product.select-category', ['categories' => $categories,'product' => $product])->html();
} elseif ($_instance->childHasBeenRendered('Tzl050N')) {
$componentId = $_instance->getRenderedChildComponentId('Tzl050N');
$componentTag = $_instance->getRenderedChildComponentTagName('Tzl050N');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('Tzl050N');
} else {
$response = \Livewire\Livewire::mount('admin.product.select-category', ['categories' => $categories,'product' => $product]);
$html = $response->html();
$_instance->logRenderedChild('Tzl050N', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
</div>
</div>
</div>
</div>
</section>
<!-- /.content -->
</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/products/select-category.blade.php ENDPATH**/ ?>