45a9a0e30f9c27e2520c30288971af303451e4bc.php 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. <div class="box-footer">
  2. <?php echo e(csrf_field(), false); ?>
  3. <div class="col-md-<?php echo e($width['label'], false); ?>">
  4. </div>
  5. <div class="col-md-<?php echo e($width['field'], false); ?>">
  6. <?php if(in_array('submit', $buttons)): ?>
  7. <div class="btn-group pull-right">
  8. <button type="submit" class="btn btn-primary"><?php echo e(trans('admin.submit'), false); ?></button>
  9. </div>
  10. <?php $__currentLoopData = $submit_redirects; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $value => $redirect): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
  11. <?php if(in_array($redirect, $checkboxes)): ?>
  12. <label class="pull-right" style="margin: 5px 10px 0 0;">
  13. <input type="checkbox" class="after-submit" name="after-save" value="<?php echo e($value, false); ?>" <?php echo e(($default_check == $redirect) ? 'checked' : '', false); ?>> <?php echo e(trans("admin.{$redirect}"), false); ?>
  14. </label>
  15. <?php endif; ?>
  16. <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
  17. <?php endif; ?>
  18. <?php if(in_array('reset', $buttons)): ?>
  19. <div class="btn-group pull-left">
  20. <button type="reset" class="btn btn-warning"><?php echo e(trans('admin.reset'), false); ?></button>
  21. </div>
  22. <?php endif; ?>
  23. </div>
  24. </div><?php /**PATH C:\phpstudy_pro\WWW\cydsyy-api\vendor\encore\laravel-admin\src/../resources/views/form/footer.blade.php ENDPATH**/ ?>