|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/easysfm.edukrypt.in/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?>
<?php
$i = 0;
?>
<!-- begin::main content -->
<main class="main-content">
<div class="container">
<!-- begin::page header -->
<div class="page-header">
<h3>Content List | <?php echo e($info->name); ?> / <?php echo e($category->name); ?></h3>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<?php echo e(URL::to('admin/dashboard')); ?>">Dashboard</a></li>
<li class="breadcrumb-item"><a href="<?php echo e(URL::to('admin/product-list/')); ?>">Product List</a></li>
<li class="breadcrumb-item"><a
href="<?php echo e(asset('admin/category-list/' . $info->id)); ?>"><?php echo e($info->name); ?></a></li>
<li class="breadcrumb-item"><a
href="<?php echo e(asset('admin/content-list/' . $info->id) . '/' . $category->id); ?>"><?php echo e($category->name); ?></a>
</li>
<?php if(isset($nav_links)): ?>
<?php $__currentLoopData = $nav_links; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($i == count($nav_links) - 1): ?>
<li class="breadcrumb-item active" aria-current="page"><?php echo e($value); ?></li>
<?php else: ?>
<li class="breadcrumb-item" aria-current="page"><a
href="<?php echo e(URL::to('admin/main-category-list/' . $key)); ?>"><?php echo e($value); ?></a>
</li>
<?php endif; ?>
<?php
++$i;
?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
</ol>
</nav>
</div>
<!-- end::page header -->
<?php if (isset($component)) { $__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\FlashMessage::class, []); ?>
<?php $component->withName('flashMessage'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74)): ?>
<?php $component = $__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74; ?>
<?php unset($__componentOriginal8a5ba9c90b64d384232e9948b1023e746ba08e74); ?>
<?php endif; ?>
<div class="card">
<div class="card-header">
<a href="<?php echo e(asset('admin/add-video-content/' . Request::segment(3) . '/' . Request::segment(4))); ?>"
class="form-group btn btn-primary pull-left text-white m-r-10">
<i class="fa fa-plus"></i> Add Video Content</a>
<a href="<?php echo e(asset('admin/add-mcq-content/' . Request::segment(3) . '/' . Request::segment(4))); ?>"
class="form-group btn btn-primary pull-right text-white pull-left m-r-10"><i
class="fa fa-plus"></i> Add Practice
Content</a>
<a href="<?php echo e(asset('admin/add-ebook-content/' . Request::segment(3) . '/' . Request::segment(4))); ?>"
class="form-group btn btn-primary pull-left text-white m-r-10"><i class="fa fa-plus"></i>
Add Ebook Content</a>
</div>
</div>
</div>
</main>
<!-- end::main content -->
<?php $__env->stopSection(); ?>
<?php $__env->startPush('footer-script'); ?>
<!-- begin::dataTable -->
<script src="<?php echo e(asset('public/admin/vendors/dataTable/jquery.dataTables.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/admin/vendors/dataTable/dataTables.bootstrap4.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/admin/vendors/dataTable/dataTables.responsive.min.js')); ?>"></script>
<script src="<?php echo e(asset('public/admin/js/examples/datatable.js')); ?>"></script>
<!-- end::dataTable -->
<?php $__env->stopPush(); ?>
<?php echo $__env->make('admin.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/easysfm.edukrypt.in/resources/views/admin/content/content-list.blade.php ENDPATH**/ ?>