芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/981172a766357579fcc6a1fd987bdb58.php
<?php $__env->startSection('content'); ?> <div class="row"> <div class="col-12 box-margin"> <div class="card"> <div class="card-body"> <div class="d-md-flex justify-content-between align-items-center mb-20"> <h6 class="card-title mb-0"><?php echo e(__('content.work_process')); ?> <div class="btn-group"> <button type="button" class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <?php echo e(__('content.'.$style)); ?> </button> <div class="dropdown-menu"> <a class="dropdown-item" href="<?php echo e(route('work-process.create', ['style' => 'style1'])); ?>"><?php echo e(__('content.style1')); ?></a> </div> </div> </h6> <div> <button type="button" class="btn btn-primary mb-3 mr-2" data-toggle="modal" data-target="#workProcessSectionModal"><?php echo e(__('content.section_title_and_description')); ?></button> <button type="button" class="btn btn-primary mb-3" data-toggle="modal" data-target="#workProcessModal">+ <?php echo e(__('content.add_work_process')); ?></button> </div> </div> <?php if(count($items) > 0): ?> <div class="mr-3"> <input id="check_all" type="checkbox" onclick="showHideDeleteButton(this)"> <label for="check_all"><?php echo e(__('content.all')); ?></label> <a id="deleteChecked" class="ml-2" href="#" data-toggle="modal" data-target="#deleteCheckedModal"> <i class="fa fa-trash text-danger font-18"></i> </a> </div> <?php if($demo_mode == "on"): ?> <!-- Include Alert Blade --> <?php echo $__env->make('admin.demo_mode.demo-mode', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php else: ?> <form onsubmit="return btnCheckListGet()" action="<?php echo e(route('work-process.destroy_checked')); ?>" method="POST"> <?php echo method_field('DELETE'); ?> <?php echo csrf_field(); ?> <?php endif; ?> <input type="hidden" id="checked_lists" name="checked_lists" value=""> <!-- Modal --> <div class="modal fade" id="deleteCheckedModal" tabindex="-1" role="dialog" aria-labelledby="deleteCheckedModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-sm" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="deleteCheckedModalCenterTitle"><?php echo e(__('content.delete')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="<?php echo e(__('content.close')); ?>"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body text-center"> <?php echo e(__('content.delete_selected')); ?> </div> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal"><?php echo e(__('content.cancel')); ?></button> <button onclick="btnCheckListGet()" type="submit" class="btn btn-success"><?php echo e(__('content.yes_delete_it')); ?></button> </div> </div> </div> </div> </form> <table id="basic-datatable" class="table table-striped dt-responsive w-100"> <thead> <tr> <th scope="col">#</th> <th><?php echo e(__('content.title')); ?></th> <th><?php echo e(__('content.order')); ?></th> <th class="custom-width-action"><?php echo e(__('content.action')); ?></th> </tr> </thead> <tbody> <?php $desc = count($items); $asc=0; ?> <?php $__currentLoopData = $items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td> <input name="check_list[]" type="checkbox" value="<?php echo e($item->id); ?>" onclick="showHideDeleteButton2(this)"> <span class="d-none"><?php echo e($asc++); ?><?php echo e($desc--); ?></span> </td> <td><?php echo html_entity_decode($item->title); ?></td> <td><?php echo e($item->order); ?></td> <td> <div> <a href="<?php echo e(route('work-process.edit', $item->id)); ?>" class="mr-2"> <i class="fa fa-edit text-info font-18"></i> </a> <a href="#" data-toggle="modal" data-target="#deleteModal<?php echo e($item->id); ?>"> <i class="fa fa-trash text-danger font-18"></i> </a> </div> </td> </tr> <!-- Modal --> <div class="modal fade" id="deleteModal<?php echo e($item->id); ?>" tabindex="-1" role="dialog" aria-labelledby="featureModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-sm" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="featureModalCenterTitle"><?php echo e(__('content.delete')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="<?php echo e(__('content.close')); ?>"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body text-center"> <?php echo e(__('content.you_wont_be_able_to_revert_this')); ?> </div> <div class="modal-footer"> <?php if($demo_mode == "on"): ?> <!-- Include Alert Blade --> <?php echo $__env->make('admin.demo_mode.demo-mode', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php else: ?> <form class="d-inline-block" action="<?php echo e(route('work-process.destroy', $item->id)); ?>" method="POST"> <?php echo method_field('DELETE'); ?> <?php echo csrf_field(); ?> <?php endif; ?> <button type="button" class="btn btn-danger" data-dismiss="modal"><?php echo e(__('content.cancel')); ?></button> <button type="submit" class="btn btn-success"><?php echo e(__('content.yes_delete_it')); ?></button> </form> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <?php else: ?> <span><?php echo e(__('content.not_yet_created')); ?></span> <?php endif; ?> </div> <!-- end card body--> </div> <!-- end card --> </div><!-- end col--> </div><!-- end row--> <div class="modal fade" id="workProcessSectionModal" tabindex="-1" role="dialog" aria-labelledby="workProcessSectionModalLabel" aria-modal="false"> <div class="modal-dialog modal-md"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title mt-0 font-16" id="workProcessSectionModalLabel"><?php echo e(__('content.section_title_and_description')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> </div> <div class="modal-body"> <?php if(isset($item_section)): ?> <?php if($demo_mode == "on"): ?> <!-- Include Alert Blade --> <?php echo $__env->make('admin.demo_mode.demo-mode', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php else: ?> <form action="<?php echo e(route('work-process-section.update', $item_section->id)); ?>" method="POST"> <?php echo method_field('PUT'); ?> <?php echo csrf_field(); ?> <?php endif; ?> <input type="hidden" name="style" value="<?php echo e($style); ?>"> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="section_title"><?php echo e(__('content.section_title')); ?></label> <input type="text" name="section_title" class="form-control" id="section_title" value="<?php echo e($item_section->section_title); ?>"> <small class="form-text text-muted"><?php echo e(__('content.recommended_tags')); ?> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('a', 'section_title')"><?php echo e(__('<a href="">')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('br', 'section_title')"><?php echo e(__('<br>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('b', 'section_title')"><?php echo e(__('<b>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('i', 'section_title')"><?php echo e(__('<i>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('span', 'section_title')"><?php echo e(__('<span>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('p', 'section_title')"><?php echo e(__('<p>')); ?></small> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="title"><?php echo e(__('content.title')); ?></label> <input type="text" name="title" class="form-control" id="title" value="<?php echo e($item_section->title); ?>"> <small class="form-text text-muted"><?php echo e(__('content.recommended_tags')); ?> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('a', 'title')"><?php echo e(__('<a href="">')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('br', 'title')"><?php echo e(__('<br>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('b', 'title')"><?php echo e(__('<b>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('i', 'title')"><?php echo e(__('<i>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('span', 'title')"><?php echo e(__('<span>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('p', 'title')"><?php echo e(__('<p>')); ?></small> </div> </div> </div> <button type="submit" class="btn btn-sm btn-primary mr-2"><?php echo e(__('content.submit')); ?></button> <a href="#" class="btn btn-sm btn-primary" data-toggle="modal" data-target="#workProcessSectionDestroyModal<?php echo e($item_section->id); ?>"> <i class="fa fa-trash"></i> <?php echo e(__('content.reset')); ?> </a> </form> <!-- Modal --> <div class="modal fade" id="workProcessSectionDestroyModal<?php echo e($item_section->id); ?>" tabindex="-1" role="dialog" aria-labelledby="workProcessSectionDestroyModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-sm" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="workProcessSectionDestroyModalCenterTitle"><?php echo e(__('content.delete')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="<?php echo e(__('content.close')); ?>"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body text-center"> <?php echo e(__('content.you_wont_be_able_to_revert_this')); ?> </div> <div class="modal-footer"> <form class="d-inline-block" action="<?php echo e(route('work-process-section.destroy', $item_section->id)); ?>" method="POST"> <?php echo method_field('DELETE'); ?> <?php echo csrf_field(); ?> <button type="button" class="btn btn-danger" data-dismiss="modal"><?php echo e(__('content.cancel')); ?></button> <button type="submit" class="btn btn-success"><?php echo e(__('content.yes_delete_it')); ?></button> </form> </div> </div> </div> </div> <?php else: ?> <?php if($demo_mode == "on"): ?> <!-- Include Alert Blade --> <?php echo $__env->make('admin.demo_mode.demo-mode', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php else: ?> <form action="<?php echo e(route('work-process-section.store')); ?>" method="POST"> <?php echo csrf_field(); ?> <?php endif; ?> <input type="hidden" name="style" value="<?php echo e($style); ?>"> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="section_title"><?php echo e(__('content.section_title')); ?></label> <input type="text" name="section_title" class="form-control" id="section_title"> <small class="form-text text-muted"><?php echo e(__('content.recommended_tags')); ?> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('a', 'section_title')"><?php echo e(__('<a href="">')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('br', 'section_title')"><?php echo e(__('<br>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('b', 'section_title')"><?php echo e(__('<b>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('i', 'section_title')"><?php echo e(__('<i>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('span', 'section_title')"><?php echo e(__('<span>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('p', 'section_title')"><?php echo e(__('<p>')); ?></small> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="title"><?php echo e(__('content.title')); ?></label> <input type="text" name="title" class="form-control" id="title"> <small class="form-text text-muted"><?php echo e(__('content.recommended_tags')); ?> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('a', 'title')"><?php echo e(__('<a href="">')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('br', 'title')"><?php echo e(__('<br>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('b', 'title')"><?php echo e(__('<b>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('i', 'title')"><?php echo e(__('<i>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('span', 'title')"><?php echo e(__('<span>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('p', 'title')"><?php echo e(__('<p>')); ?></small> </div> </div> </div> <button type="submit" class="btn btn-sm btn-primary"><?php echo e(__('content.submit')); ?></button> </form> <?php endif; ?> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <div class="modal fade" id="workProcessModal" tabindex="-1" role="dialog" aria-labelledby="workProcessModalLabel" aria-modal="false"> <div class="modal-dialog modal-md"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title mt-0 font-16" id="workProcessModalLabel"><?php echo e(__('content.add_new')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> </div> <div class="modal-body"> <?php if($demo_mode == "on"): ?> <!-- Include Alert Blade --> <?php echo $__env->make('admin.demo_mode.demo-mode', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php else: ?> <form action="<?php echo e(route('work-process.store')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <?php endif; ?> <input name="style" type="hidden" value="<?php echo e($style); ?>"> <div class="row"> <div class="col-md-12"> <div class="form-group" > <label for="section_image"><?php echo e(__('content.image')); ?> (<?php echo e(__('content.size')); ?> 328 x 328 (.svg, .jpg, .jpeg, .png, .webp, .gif)</label> <input type="file" name="section_image" class="form-control-file" id="section_image"> <small class="form-text text-muted"><?php echo e(__('content.please_use_recommended_sizes')); ?></small> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="title_2"><?php echo e(__('content.title')); ?> </label> <input type="text" name="title" class="form-control" id="title_2"> <small class="form-text text-muted"><?php echo e(__('content.recommended_tags')); ?> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('a', 'title_2')"><?php echo e(__('<a href="">')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('br', 'title_2')"><?php echo e(__('<br>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('b', 'title_2')"><?php echo e(__('<b>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('i', 'title_2')"><?php echo e(__('<i>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('span', 'title_2')"><?php echo e(__('<span>')); ?></span> <span class="text-danger font-weight-bold custom-tag mr-1" onclick="insertTag('p', 'title_2')"><?php echo e(__('<p>')); ?></small> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="order"><?php echo e(__('content.order')); ?></label> <input type="number" name="order" class="form-control" id="order" value="0" required> </div> </div> </div> <button type="submit" class="btn btn-sm btn-primary"><?php echo e(__('content.submit')); ?></button> </form> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/digitalh/public_html/resources/views/admin/sections/work_process/create.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage