MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/storage.2/framework/views/aa01aabbc57ca8dcabbb82929ea464eccc719d0b.php
<?php $__env->startSection("style"); ?>
    <link href="<?php echo e(asset('assets/plugins/datatable/css/dataTables.bootstrap5.min.css')); ?>" rel="stylesheet" />
<?php $__env->stopSection(); ?>
<?php $__env->startSection('pageTitle'); ?>
<title><?php echo e(trans('panel.site_title')); ?> <?php echo e(trans('new.organization')); ?></title>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

    <!--start page wrapper -->
    <div class="page-wrapper">
        <div class="page-content">
            <!--breadcrumb-->
            <div class="page-breadcrumb d-none d-sm-flex align-items-center mb-3">
                <div class="breadcrumb-title pe-3"><?php echo e(trans('new.organization')); ?></div>
                <div class="ps-3">
                    <nav aria-label="breadcrumb">
                        <ol class="breadcrumb mb-0 p-0">
                            <li class="breadcrumb-item"><a href="javascript:;"><i class="bx bx-home-alt"></i></a>
                            </li>
                            <li class="breadcrumb-item active" aria-current="page"><?php echo e(trans('new.organization')); ?> <?php echo e(trans('global.list')); ?></li>
                        </ol>
                    </nav>
                </div>
                <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('permission_create')): ?>
                <div class="ms-auto">
                    <div class="btn-group">
                        <a href="<?php echo e(route("admin.organizations.create")); ?>" class="btn btn-outline-primary"><?php echo e(trans('global.add')); ?> <?php echo e(trans('new.organization')); ?></a>
                        
                    </div>
                </div>
                <?php endif; ?>
            </div>
            <!--end breadcrumb-->
            <hr/>
            <div class="card">
                <div class="card-body">
                    <?php echo $__env->make('layouts/notification', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                    <div class="table-responsive">
                        <table class="datatable table table-striped table-bordered" style="width:100%">
                            <thead>
                                <tr>
                                    <th width="10">

                                    </th>
                                    <th>
                                        <?php echo e(trans('new.organization')); ?>

                                    </th>
                                    <th>
                                        <?php echo e(trans('new.organization')); ?>

                                    </th>
                                    <th>
                                        &nbsp;
                                    </th>
                                </tr>
                            </thead>
                            <tbody>
                                <?php $__currentLoopData = $organizations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $organization): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <tr data-entry-id="<?php echo e($organization->id); ?>">
                                        <td>

                                        </td>
                                        <td>
                                            <?php echo e($organization->id ?? ''); ?>

                                        </td>
                                        <td>
                                            <?php echo e($organization->title ?? ''); ?>

                                        </td>
                                        <td>
                                            <div class="btn-group">
                                            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('permission_edit')): ?>
                                                <a class="btn btn-xs btn-outline-primary" href="<?php echo e(route('admin.organizations.edit', $organization->id)); ?>">
                                                    <i class="fadeIn animated bx bx-edit-alt"></i>
                                                </a>
                                            <?php endif; ?>

                                            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('permission_delete')): ?>
                                                <form action="<?php echo e(route('admin.organizations.destroy', $organization->id)); ?>" method="POST" onsubmit=" style="display: inline-block;">
                                                    <input type="hidden" name="_method" value="DELETE">
                                                    <input type="hidden" name="_token" value="<?php echo e(csrf_token()); ?>">
                                                    <button type="button" class="btn btn-xs btn-outline-danger" onclick="confirmdelet('<?php echo e($organization->id); ?>');"><i class="fadeIn animated bx bx-trash-alt"></i></button>
                                                        <button type="submit" class="btn btn-xs btn-outline-danger hide d-none delete_button_<?php echo e($organization->id); ?>" ><i class="fadeIn animated bx bx-trash-alt"></i></button>
                                                </form>
                                            <?php endif; ?>
                                            </div>
                                        </td>

                                    </tr>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </tbody>
                        </table>
                    </div>
                </div>
            </div>
        </div>
    </div>

<?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?>

<script src="<?php echo e(asset('assets/plugins/datatable/js/jquery.dataTables.min.js')); ?>"></script>
<script src="<?php echo e(asset('assets/plugins/datatable/js/dataTables.bootstrap5.min.js')); ?>"></script>

<script>
    $(document).ready(function(){
        $('.datatable').DataTable();
    });
</script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/imensosw/liftcincy.imenso.co/resources/views/admin/organizations/index.blade.php ENDPATH**/ ?>