⚝
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 :
6cee6c111004648f01d978cf950ebf620c0b5133.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.contracts')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_css'); ?> <link rel="stylesheet" href="<?php echo e(mix('assets/css/contracts/contracts.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('css'); ?> <?php echo \Livewire\Livewire::styles(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="section"> <div class="section-header contract-sec-header-mbl"> <h1><?php echo e(__('messages.contracts')); ?></h1> <div class="section-header-breadcrumb float-right"> <div class="card-header-action mr-2 select2-mobile-margin"> <?php echo e(Form::select('type', $typeArr, null, ['id' => 'filterType', 'class' => 'form-control', 'placeholder' =>__('messages.placeholder.select_contract_type')])); ?> </div> </div> <div class="float-right btn-mobile-d-unset"> <a href="<?php echo e(route('contracts.contractSummary')); ?>" class="btn btn-warning form-btn mr-2 text-nowrap btn-margin-bottom"><?php echo e(__('messages.contract.contract_summary')); ?> </a> <a href="<?php echo e(route('contracts.create')); ?>" class="btn btn-primary form-btn text-nowrap btn-align-right"><?php echo e(__('messages.contract.add')); ?> <i class="fas fa-plus"></i> </a> </div> </div> <?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="section-body"> <div class="card"> <div class="card-body"> <?php if (! isset($_instance)) { $html = \Livewire\Livewire::mount('contracts')->html(); } elseif ($_instance->childHasBeenRendered('b6rJLB9')) { $componentId = $_instance->getRenderedChildComponentId('b6rJLB9'); $componentTag = $_instance->getRenderedChildComponentTagName('b6rJLB9'); $html = \Livewire\Livewire::dummyMount($componentId, $componentTag); $_instance->preserveRenderedChild('b6rJLB9'); } else { $response = \Livewire\Livewire::mount('contracts'); $html = $response->html(); $_instance->logRenderedChild('b6rJLB9', $response->id(), \Livewire\Livewire::getRootElementTagName($html)); } echo $html; ?> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script src="<?php echo e(asset('vendor/livewire/livewire.js')); ?>"></script> <?php echo $__env->make('livewire.livewire-turbo', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <script src="<?php echo e(mix('assets/js/contracts/contracts.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/index.blade.php ENDPATH**/ ?>