![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/medad.corals.io/storage/framework/views/ |
<?php $__env->startSection('content_header'); ?> <?php $__env->startComponent('components.content_header'); ?> <?php $__env->slot('page_title'); ?> <?php echo e($title_singular); ?> <?php $__env->endSlot(); ?> <?php $__env->slot('breadcrumb'); ?> <?php echo e(Breadcrumbs::render('medad_company_show',$company)); ?> <?php $__env->endSlot(); ?> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-md-4"> <?php $__env->startComponent('components.box'); ?> <div class="table-responsive"> <table class="table table-striped"> <tr> <th><?php echo app('translator')->get('Medad::attributes.company.name'); ?></th> <td><?php echo $company->present('name'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Medad::attributes.company.code'); ?></th> <td><?php echo $company->present('code'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Medad::attributes.location'); ?></th> <td><?php echo $company->present('location'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Medad::attributes.company.type'); ?></th> <td><?php echo $company->present('type'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Medad::attributes.company.admins'); ?></th> <td><?php echo $company->present('admins'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Medad::attributes.company.tin'); ?></th> <td><?php echo $company->present('tin'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Medad::attributes.company.phone_number'); ?></th> <td><?php echo $company->present('phone_number'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Medad::attributes.company.email'); ?></th> <td><?php echo $company->present('email'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Medad::attributes.company.website'); ?></th> <td><?php echo $company->present('website'); ?></td> </tr> <tr> <th><?php echo app('translator')->get('Corals::attributes.status'); ?></th> <td><?php echo $company->present('status'); ?></td> </tr> </table> </div> <?php echo $__env->renderComponent(); ?> </div> <div class="col-md-8 show-dt-tabs"> <?php $__env->startComponent('components.box'); ?> <ul class="nav nav-tabs"> <li class="nav-item "> <a href="#branches" class="nav-link" data-content_url="<?php echo e($company->getShowURL().'/company-branches'); ?>" data-toggle="tab"><?php echo app('translator')->get('Medad::module.branch.title'); ?></a> </li> <?php if(\Medad::isCompanyType($company, \Corals\Modules\Medad\Constants\CompanyTypeConstants::SUPPLIER)): ?> <li class="nav-item"> <a href="#vehicles" class="nav-link" data-content_url="<?php echo e($company->getShowURL().'/company-vehicles'); ?>" data-toggle="tab"><?php echo app('translator')->get('Medad::module.vehicle.title'); ?></a> </li> <?php endif; ?> <li class="nav-item"> <a href="#companyrelations" class="nav-link" data-content_url="<?php echo e($company->getShowURL().'/company-relations'); ?>" data-toggle="tab"><?php echo app('translator')->get('Medad::module.company_relation.title'); ?></a> </li> </ul> <div class="tab-content"> <div class="tab-pane" id="branches"> </div> <?php if(\Medad::isCompanyType($company, \Corals\Modules\Medad\Constants\CompanyTypeConstants::SUPPLIER)): ?> <div class="tab-pane" id="vehicles"> </div> <?php endif; ?> <div class="tab-pane" id="companyrelations"> </div> </div> <?php echo $__env->renderComponent(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js'); ?> <script> $(document).ready(function () { if (!window.location.hash) { $('.show-dt-tabs .nav-link').first().click(); } }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.crud.show', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/medad.corals.io/Corals/modules/Medad/resources/views/companies/show.blade.php ENDPATH**/ ?>