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