⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
5b562096d65db2b6eeb84c715c119fca845f760d.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.contract.contract_details')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_css'); ?> <link href="<?php echo e(asset('assets/css/jquery.dataTables.min.css')); ?>" rel="stylesheet" type="text/css"/> <link rel="stylesheet" href="<?php echo e(asset('assets/css/select2.min.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section"> <div class="section-header item-align-right"> <h1><?php echo e(__('messages.contract.contract_details')); ?></h1> <div class="section-header-breadcrumb float-right"> <a href="<?php echo e(route('contracts.edit', ['contract' => $contract->id])); ?>" class="btn btn-warning mr-2 form-btn"><?php echo e(__('messages.common.edit')); ?> </a> <a href="<?php echo e(route('contracts.index')); ?>" class="btn btn-primary form-btn"><?php echo e(__('messages.common.back')); ?></a> </div> </div> <div class="section-body"> <div class="card"> <div class="card-body"> <?php echo $__env->make('contracts.show_fields', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> <?php echo $__env->make('tasks.templates.templates', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_scripts'); ?> <script src="<?php echo e(asset('assets/js/jquery.dataTables.min.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/custom/custom-datatable.js')); ?>"></script> <script src="<?php echo e(mix('assets/js/select2.min.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> let statusArray = JSON.parse('<?php echo json_encode($status, 15, 512) ?>'); let priorities = JSON.parse('<?php echo json_encode($priorities, 15, 512) ?>'); let ownerId = "<?php echo e($contract->id); ?>"; let ownerType = 'App\\Models\\Contract'; </script> <script src="<?php echo e(mix('assets/js/tasks/tasks.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/crm.dev-unit.com/resources/views/contracts/show.blade.php ENDPATH**/ ?>