D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
hms.dentostock.com
/
storage
/
framework
/
views
/
Filename :
550289600e7582d2dd2b9983144d3b2d.php
back
Copy
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.user.edit_user')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container-fluid"> <div class="d-flex flex-column"> <div class="col-12"> <div class="d-flex justify-content-between align-items-end mb-5"> <h1><?php echo $__env->yieldContent('title'); ?></h1> <a class="btn btn-outline-primary float-end" href="<?php echo e(route('users.index')); ?>"><?php echo e(__('messages.common.back')); ?></a> </div> <div class="col-12"> <?php echo $__env->make('layouts.errors', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="card"> <div class="card-body"> <?php echo e(Form::hidden('userUrl',route('users.index'),['id'=>'editUserUrl'])); ?> <?php echo e(Form::hidden('utilsScript',asset('assets/js/int-tel/js/utils.min.js'),['class'=>'utilsScript'])); ?> <?php echo e(Form::hidden('phoneNo',old('prefix_code').old('phone'),['class'=>'phoneNo'])); ?> <?php echo e(Form::hidden('defaultAvatarImageUrl',asset('assets/img/avatar.png'),['class'=>'defaultAvatarImageUrl'])); ?> <?php echo e(Form::hidden('isEdit',true,['class'=>'isEdit'])); ?> <?php echo e(Form::model($user, ['route' => ['users.update', $user->id], 'files' => 'true', 'method' => 'patch', 'id' => 'editUserForm'])); ?> <?php echo $__env->make('users.fields', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(Form::close()); ?> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u827283894/domains/w-manage.org/public_html/hms/resources/views/users/edit.blade.php ENDPATH**/ ?>