芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/5fb0fc4c3b305179044e277c032dd63a.php
<?php $__env->startSection('content'); ?> <!-- Form row --> <div class="row"> <div class="col-xl-12 box-margin height-card"> <div class="card card-body"> <h4 class="card-title"><?php echo e(__('content.add_gallery')); ?> <!-- Button --> <a id="hoverButton" class="iyzi-btn"><i class="fas fa-camera"></i> <?php echo e(__('content.view_draft')); ?></a> <!-- Modal --> <div id="imageModal" class="border border-success iyzi-modal"> <img class="img-fluid " src="<?php echo e(asset('uploads/img/dummy/style/gallery-style1.jpg')); ?>" alt="draft image"> </div> </h4> <?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('gallery.store')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <?php endif; ?> <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')); ?> 420 x 400) (.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"><?php echo e(__('content.title')); ?></label> <input id="title" name="title" type="text" class="form-control"> </div> </div> <div class="col-md-12"> <div class="form-group"> <label for="subtitle"><?php echo e(__('content.subtitle')); ?></label> <input id="subtitle" name="subtitle" type="text" class="form-control"> </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"> </div> </div> <div class="col-md-12"> <div class="form-group"> <button type="submit" class="btn btn-primary"><?php echo e(__('content.submit')); ?></button> </div> </div> </div> </form> </div> </div> </div> <!-- end row --> <?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/gallery/create.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage