HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/admin.javaapp.co.uk/storage/framework/views/d5650e5a8aedbc9f0da84465113eedd69b61503e.php
<?php if (isset($component)) { $__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da = $component; } ?>
<?php $component = App\View\Components\AppLayout::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('app-layout'); ?>
<?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\AppLayout::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes([]); ?>
     <?php $__env->slot('css', null, []); ?> 
        <style>
            .layout-top-spacing {
                min-height: calc(100vh - 230px) !important;
            }
        </style>
     <?php $__env->endSlot(); ?>
    <div class="page-header row">
        <div class="page-title col-12 d-flex mt-4 pr-4">
            <h3 class="my-auto"><?php echo e(__('common.CafeManagement')); ?></h3>
            <a href="<?php echo e($url); ?>" class="d-flex ml-auto btn btn-coffee-medium py-2 px-3">
                <svg class="mr-2 my-1" width="24" height="24" viewBox="0 0 24 24" fill="none"
                    stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                    class="feather feather-plus-circle">
                    <circle cx="12" cy="12" r="10"></circle>
                    <line x1="12" y1="8" x2="12" y2="16"></line>
                    <line x1="8" y1="12" x2="16" y2="12"></line>
                </svg>
                <span class="my-1"><?php echo e(__('common.addCafe')); ?></span></a>
        </div>
    </div>

    <div class="row layout-top-spacing">
        <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 layout-spacing">
            <div class="widget-content widget-content-area br-6">
                <table id="cafe_management" class="table dt-table-hover" style="width:100%">
                    <thead>
                        <tr>
                            
                            <th><?php echo e(__('common.bannerImage')); ?></th>
                            <th><?php echo e(__('common.cafe_name')); ?></th>
                            <th><?php echo e(__('common.email')); ?></th>
                            <th><?php echo e(__('common.phone')); ?></th>
                            <th><?php echo e(__('common.currentAddress')); ?></th>
                            <th class="no-content"><?php echo e(__('common.availability')); ?></th>                            
			    <th class="no-content">Admin Approval</th>
                            <th class="no-content"></th>
                            
                        </tr>
                    </thead>
                    <tbody>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
     <?php $__env->slot('script', null, []); ?> 
        <script>
            $.ajaxSetup({
                headers: {
                    'X-CSRF-TOKEN': "<?php echo e(csrf_token()); ?>"
                }
            });
            const getData = "<?php echo e($dataUrl); ?>";
            const tableElement = document.getElementById('cafe_management');
        </script>
        <script src="<?php echo e(asset('assets/js/admin/cafeManagement.js')); ?>"></script>
        <script src="<?php echo e(asset('assets/js/tableAction.js')); ?>"></script>
     <?php $__env->endSlot(); ?>
 <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da)): ?>
<?php $component = $__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da; ?>
<?php unset($__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da); ?>
<?php endif; ?>
<?php /**PATH /var/www/admin.javaapp.co.uk/resources/views/admin/cafe-management/index.blade.php ENDPATH**/ ?>