PATH:
home
/
rwabteecom
/
.trash
/
Editing: 0cd6f1b98bc78c1c1358cf9a1070229b.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.user.user_details')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('header_toolbar'); ?> <div class="container-fluid"> <div class="d-md-flex align-items-center justify-content-between mb-5"> <h1 class="mb-0"><?php echo $__env->yieldContent('title'); ?></h1> <div class="text-end mt-4 mt-md-0 <?php if(getLogInUser()->language == 'ar'): ?> justify-content-start gap-2 <?php endif; ?>"> <a href="<?php echo e(route('users.edit', $user->id)); ?>"> <button type="button" class="btn btn-primary <?php if(getLogInUser()->language == 'ar'): ?> ms-4 <?php else: ?> me-4 <?php endif; ?>"><?php echo e(__('messages.common.edit')); ?></button> </a> <a href="<?php echo e(route('users.index')); ?>"> <button type="button" class="btn btn-outline-primary <?php if(getLogInUser()->language == 'ar'): ?> float-start <?php else: ?> float-end <?php endif; ?> <?php if(getLogInUser()->language == 'ar'): ?> ms-3 <?php else: ?> me-3 <?php endif; ?>"><?php echo e(__('messages.common.back')); ?></button> </a> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container-fluid"> <div class="d-flex flex-column"> <?php echo $__env->make('users.show_fields', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/users/show.blade.php ENDPATH**/ ?>
SAVE
CANCEL