File manager - Edit - /var/www/payraty/inventory_main/storage/framework/views/f9d35a12450a86af96880af7501424c063fe69ea.php
Back
<?php $__env->startSection('content'); ?> <div class="page-title-box"> <div class="row align-items-center"> <div class="col-sm-6"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#"><?php echo e(__('custom.measurement_unit')); ?></a></li> <li class="breadcrumb-item active"><?php echo e(__('custom.edit_measurement_unit')); ?></li> </ol> </div> </div> </div> <div class="row"> <div class="col-12"> <div class="card"> <div class="card-body"> <h4 class="header-title"><?php echo e(__('custom.edit_measurement_unit')); ?></h4> <form class="form-validate" action="<?php echo e(route('admin.measurement-units.update', $measurement_unit->id)); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <?php echo method_field('PUT'); ?> <div class="row"> <div class="form-group col-sm-6"> <label for=""><?php echo e(__('custom.measurement_unit_name')); ?> <span class="error">*</span></label> <input type="text" name="name" class="form-control" value="<?php echo e($measurement_unit->name); ?>" required> <?php $__errorArgs = ['name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <p class="error"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="form-group"> <div> <button class="btn btn-primary waves-effect waves-lightml-2" type="submit"> <i class="fa fa-save"></i> <span><?php echo e(__('custom.submit')); ?></span> </button> <a class="btn btn-danger waves-effect" href="<?php echo e(route('admin.measurement-units.index')); ?>"> <i class="fa fa-times"></i> <span><?php echo e(__('custom.cancel')); ?></span> </a> </div> </div> </form> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('style'); ?> <?php $__env->stopPush(); ?> <?php $__env->startPush('script'); ?> <?php $__env->stopPush(); ?> <?php echo $__env->make('admin.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/payraty/inventory_main/resources/views/admin/measurement_units/edit.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings