Spamworldpro Mini Shell
Spamworldpro


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/medad.corals.io/storage/framework/views/8d48346d4f3002a52c9b386cb14c155ea6292723.php
<?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_branch_show',$company,$branch)); ?>

        <?php $__env->endSlot(); ?>
    <?php echo $__env->renderComponent(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <div class="row">
        <div class="col-md-12">
            <?php $__env->startComponent('components.box'); ?>
                <div class="row">
                    <div class="col-md-4">
                        <div class="table-responsive">
                            <table class="table table-striped">
                                <tr>
                                    <th><?php echo app('translator')->get('Medad::attributes.company.name'); ?></th>
                                    <td><?php echo $branch->present('name'); ?></td>
                                </tr>
                                <tr>
                                    <th><?php echo app('translator')->get('Medad::attributes.code'); ?></th>
                                    <td><?php echo $branch->present('code'); ?></td>
                                </tr>
                            </table>
                        </div>
                    </div>
                    <div class="col-md-4">
                        <div class="table-responsive">
                            <table class="table table-striped">
                                <tr>
                                    <th><?php echo app('translator')->get('Medad::attributes.location'); ?></th>
                                    <td><?php echo $branch->present('location'); ?></td>
                                </tr>
                                <tr>
                                    <th><?php echo app('translator')->get('Medad::attributes.company.admins'); ?></th>
                                    <td><?php echo $branch->present('admins'); ?></td>
                                </tr>

                            </table>
                        </div>
                    </div>
                    <div class="col-md-4">
                        <div class="table-responsive">
                            <table class="table table-striped">
                                <tr>
                                    <th><?php echo app('translator')->get('Medad::attributes.company.phone_number'); ?></th>
                                    <td><?php echo $branch->present('phone_number'); ?></td>
                                </tr>
                                <tr>
                                    <th><?php echo app('translator')->get('Medad::attributes.company.email'); ?></th>
                                    <td><?php echo $branch->present('email'); ?></td>
                                </tr>
                            </table>
                        </div>
                    </div>
                </div>
            <?php echo $__env->renderComponent(); ?>
        </div>
    </div>
    <div class="row show-dt-tabs">
        <div class="col-md-12">
            <?php $__env->startComponent('components.box'); ?>
                <ul class="nav nav-tabs">
                    <li class="nav-item">
                        <a href="#quotation_requests" class="nav-link"
                           data-content_url="<?php echo e($branch->getShowURL().'/quotation-requests'); ?>"
                           data-toggle="tab"><?php echo app('translator')->get('Medad::module.quotation_request.title'); ?></a>
                    </li>
                    <li class="nav-item">
                        <a href="#quotations" class="nav-link"
                           data-content_url="<?php echo e($branch->getShowURL().'/quotations'); ?>"
                           data-toggle="tab"><?php echo app('translator')->get('Medad::module.quotation.title'); ?></a>
                    </li>
                    <li class="nav-item">
                        <a href="#purchase_orders" class="nav-link"
                           data-content_url="<?php echo e($branch->getShowURL().'/purchase-orders'); ?>"
                           data-toggle="tab"><?php echo app('translator')->get('Medad::module.purchase_order.title'); ?></a>
                    </li>
                    <li class="nav-item">
                        <a href="#delivery_notes" class="nav-link"
                           data-content_url="<?php echo e($branch->getShowURL().'/delivery-notes'); ?>"
                           data-toggle="tab"><?php echo app('translator')->get('Medad::module.delivery_note.title'); ?></a>
                    </li>
                    <li class="nav-item">
                        <a href="#invoices" class="nav-link"
                           data-content_url="<?php echo e($branch->getShowURL().'/invoices'); ?>"
                           data-toggle="tab"><?php echo app('translator')->get('Medad::module.invoice.title'); ?></a>
                    </li>
                    <li class="nav-item">
                        <a href="#transactions" class="nav-link"
                           data-content_url="<?php echo e($branch->getShowURL().'/transactions'); ?>"
                           data-toggle="tab"><?php echo app('translator')->get('Medad::module.transaction.title'); ?></a>
                    </li>
                    
                    
                    
                    
                    
                    <?php if(\Medad::isCompanyType($company, \Corals\Modules\Medad\Constants\CompanyTypeConstants::CUSTOMER)): ?>
                        <li class="nav-item">
                            <a href="#projects" class="nav-link"
                               data-content_url="<?php echo e($branch->getShowURL().'/branch-projects'); ?>"
                               data-toggle="tab"><?php echo app('translator')->get('Medad::module.project.title'); ?></a>
                        </li>
                    <?php endif; ?>
                </ul>

                <div class="tab-content">
                    <div class="tab-pane" id="quotation_requests">
                    </div>

                    <div class="tab-pane" id="quotations">
                    </div>

                    <div class="tab-pane" id="purchase_orders">
                    </div>

                    <div class="tab-pane" id="delivery_notes">
                    </div>

                    <div class="tab-pane" id="invoices">
                    </div>

                    <div class="tab-pane" id="transactions">
                    </div>

                    
                    
                    <?php if(\Medad::isCompanyType($company, \Corals\Modules\Medad\Constants\CompanyTypeConstants::CUSTOMER)): ?>
                        <div class="tab-pane" id="projects">
                        </div>
                    <?php endif; ?>
                </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/branches/show.blade.php ENDPATH**/ ?>

Spamworldpro Mini