Edit File: 842baf9340cb20a1ae95c706cfa574baafc16680.php
<?php $__env->startSection('css'); ?> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('admin/app-assets/vendors/css/extensions/sweetalert2.min.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('admin/index_page.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="content-body"> <div class="mb-1 d-flex justify-content-between m-0"> <?php if (isset($component)) { $__componentOriginal8ab64a152ebd5dc11aab297c2fbeb1c6ee34b75e = $component; } ?> <?php $component = App\View\Components\Admin\Buttons::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.buttons'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\Buttons::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('extrabuttonsdiv', null, []); ?> <a class="btn bg-gradient-info mr-1 mb-1 waves-effect waves-light" href="<?php echo e(url(route('admin.master-export', 'Order'))); ?>"><i class="fa fa-file-excel-o"></i> <?php echo e(__('admin.export')); ?></a> <?php $__env->endSlot(); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginal8ab64a152ebd5dc11aab297c2fbeb1c6ee34b75e)): ?> <?php $component = $__componentOriginal8ab64a152ebd5dc11aab297c2fbeb1c6ee34b75e; ?> <?php unset($__componentOriginal8ab64a152ebd5dc11aab297c2fbeb1c6ee34b75e); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalcd3d56d807712dee9d45093831508c7c3364ab65 = $component; } ?> <?php $component = App\View\Components\Admin\Filter::resolve(['datefilter' => 'true','order' => 'true','searchArray' => [ ]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.filter'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\Filter::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__componentOriginalcd3d56d807712dee9d45093831508c7c3364ab65)): ?> <?php $component = $__componentOriginalcd3d56d807712dee9d45093831508c7c3364ab65; ?> <?php unset($__componentOriginalcd3d56d807712dee9d45093831508c7c3364ab65); ?> <?php endif; ?> </div> <div class="table_content_append"> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js'); ?> <script src="<?php echo e(asset('admin/app-assets/vendors/js/extensions/sweetalert2.all.min.js')); ?>"></script> <script src="<?php echo e(asset('admin/app-assets/js/scripts/extensions/sweet-alerts.js')); ?>"></script> <?php echo $__env->make('admin.shared.deleteAll', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->make('admin.shared.deleteOne', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->make('admin.shared.filter_js' , [ 'index_route' => url('admin/orders/' . $status) ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layout.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/thunderw/public_html/resources/views/admin/orders/index.blade.php ENDPATH**/ ?>
Back to File Manager