Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/storage/framework/views/4e24f0c5065490f5399d50550ea4e052.php
Назад
<?php $__env->startSection('title'); ?> <title><?php echo e(__('admin.Create City')); ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('admin-content'); ?> <!-- Main Content --> <div class="main-content"> <section class="section"> <div class="section-header"> <h1><?php echo e(__('admin.Create City')); ?></h1> </div> <div class="section-body"> <a href="<?php echo e(route('admin.city.index')); ?>" class="btn btn-primary"><i class="fas fa-list"></i> <?php echo e(__('admin.City List')); ?></a> <a href="<?php echo e(route('admin.city-export')); ?>" class="btn btn-success"><i class="fas fa-download"></i> <?php echo e(__('admin.Download XLSX')); ?></a> <div class="row mt-4"> <div class="col-12"> <div class="card"> <div class="card-body"> <form action="<?php echo e(route('admin.city-import')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="row"> <div class="form-group col-12"> <label><?php echo e(__('admin.File')); ?> <span class="text-danger">*</span></label> <input required type="file" id="file" class="form-control" name="file"> </div> </div> <div class="row"> <div class="col-12"> <button class="btn btn-primary"><?php echo e(__('admin.Upload')); ?></button> </div> </div> </form> </div> </div> </div> </div> <div class="section-body"> <div class="card"> <div class="card-body"> <table class="table"> <tr> <td><?php echo e(__('admin.Name')); ?></td> <td><?php echo e(__('admin.City name will be unique. You can not use duplicate name')); ?></td> </tr> <tr> <td><?php echo e(__('admin.Slug')); ?></td> <td><?php echo e(__('admin.Slug will be always small latter and without space. Also you can not use duplicate')); ?></td> </tr> <tr> <td><?php echo e(__('admin.Status')); ?></td> <td><?php echo e(__('admin.1 = active , 0 = Inactive')); ?></td> </tr> </table> </div> </div> </div> </section> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.master_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/lekhnath/silverray.com.au/resources/views/admin/city_import.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка