first
This commit is contained in:
106
storage2/framework/views/a601cdd5daff9800cbb7d00d01e5f34f.php
Normal file
106
storage2/framework/views/a601cdd5daff9800cbb7d00d01e5f34f.php
Normal file
@@ -0,0 +1,106 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
|
||||
<div class="container-fluid">
|
||||
<?php if (isset($component)) { $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.dashboard.breadcumb','data' => ['title' => $title]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('dashboard.breadcumb'); ?>
|
||||
<?php if ($component->shouldRender()): ?>
|
||||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
||||
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['title' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($title)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $attributes = $__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__attributesOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8)): ?>
|
||||
<?php $component = $__componentOriginalccdba6e547dcecd7e60b4b3babc412f8; ?>
|
||||
<?php unset($__componentOriginalccdba6e547dcecd7e60b4b3babc412f8); ?>
|
||||
<?php endif; ?>
|
||||
<?php if($errors->any()): ?>
|
||||
<?php if (isset($component)) { $__componentOriginal42e38bf3ebb8c69d910174788b0810d7 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7 = $attributes; } ?>
|
||||
<?php $component = App\View\Components\FlashMessage::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('flash-message'); ?>
|
||||
<?php if ($component->shouldRender()): ?>
|
||||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
||||
<?php $attributes = $attributes->except(\App\View\Components\FlashMessage::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['type' => 'danger','messages' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($errors->all())]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $attributes = $__attributesOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__attributesOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7)): ?>
|
||||
<?php $component = $__componentOriginal42e38bf3ebb8c69d910174788b0810d7; ?>
|
||||
<?php unset($__componentOriginal42e38bf3ebb8c69d910174788b0810d7); ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xl-3">
|
||||
<div class="card profile-card">
|
||||
<?php echo $__env->make('ccms::category.add-category-form', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-xl-8 col-lg-9">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$columns = [
|
||||
[
|
||||
'title' => 'S.N',
|
||||
'data' => 'DT_RowIndex',
|
||||
'name' => 'DT_RowIndex',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
'sortable' => false,
|
||||
],
|
||||
['title' => 'Name', 'data' => 'title', 'name' => 'title'],
|
||||
['title' => 'Slug', 'data' => 'slug', 'name' => 'slug'],
|
||||
['title' => 'Status', 'data' => 'status', 'name' => 'status'],
|
||||
[
|
||||
'title' => 'Action',
|
||||
'data' => 'action',
|
||||
'orderable' => false,
|
||||
'searchable' => false,
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
||||
<?php if (isset($component)) { $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.data-table-script','data' => ['route' => route('category.index'),'reorder' => route('category.reorder'),'columns' => $columns]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
||||
<?php $component->withName('data-table-script'); ?>
|
||||
<?php if ($component->shouldRender()): ?>
|
||||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
||||
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes(['route' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('category.index')),'reorder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('category.reorder')),'columns' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($columns)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $attributes = $__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__attributesOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23)): ?>
|
||||
<?php $component = $__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23; ?>
|
||||
<?php unset($__componentOriginal2cf37a8168daf1eabb8080ae0c42ae23); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rohiniedu/public_html/Modules/CCMS/resources/views/category/index.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user