![]() 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/syn.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('syndicate_warehouse_show')); ?> <?php $__env->endSlot(); ?> <?php if (isset($__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f)): ?> <?php $component = $__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f; ?> <?php unset($__componentOriginal49aca921af2df6149c8fbbdc21f15941a7e3c98f); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php $__env->startComponent('components.box'); ?> <div class="row"> <div class="col-md-12"> <?php $__env->startComponent('components.box',['box_class'=>'box-success']); ?> <div class="row"> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.warehouse.name')); ?> : <?php echo e($warehouse->name); ?> </div> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.warehouse.opening_date')); ?> : <?php echo e($warehouse->opening_date); ?> </div> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.warehouse.street')); ?> : <?php echo e($warehouse->street); ?> </div> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.warehouse.area')); ?> : <?php echo e($warehouse->area); ?> </div> </div> <div class="row"> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.user.district')); ?> : <?php echo e($warehouse->present('district')); ?> </div> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.user.city')); ?> : <?php echo e($warehouse->present('city')); ?> </div> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.user.phone')); ?> : <?php echo e($warehouse->phone); ?> </div> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.warehouse.mobile1')); ?> : <?php echo e($warehouse->mobile1); ?> </div> </div> <div class="row"> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.warehouse.mobile2')); ?> : <?php echo e($warehouse->mobile2); ?> </div> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.warehouse.fax')); ?> : <?php echo e($warehouse->fax); ?> </div> <div class="col-md-3"> <?php echo e(trans('Syndicate::attributes.user.email')); ?> : <?php echo e($warehouse->email); ?> </div> </div> <div class="row"> <table class="table table-sm" style=" margin-left: 25%; margin-top: 30px; width: 50%; max-width: 100%; background-color: transparent;"> <thead> <tr> <th><?php echo e(trans('Syndicate::attributes.warehouse.responsible_pharmacist')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.warehouse.percentage')); ?> </th> <th><?php echo e(trans('Syndicate::attributes.warehouse.is_responsible')); ?> </th> </tr> </thead> <?php $__empty_1 = true; $__currentLoopData = $warehouse->pharmacists; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pharmacist): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tbody> <tr> <td><?php echo e($pharmacist->name); ?></td> <td><?php echo e($pharmacist->pivot->percentage); ?></td> <td><?php echo e(yesNoFormatter($pharmacist->pivot->is_responsible)); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <p> NO DATA ! </p> </tbody> <?php endif; ?> </table> </div> <?php if (isset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5)): ?> <?php $component = $__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5; ?> <?php unset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> </div> </div> <?php if (isset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5)): ?> <?php $component = $__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5; ?> <?php unset($__componentOriginala4d84fb46be687bb4f86b193bc47a03d952a16b5); ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.crud.show', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/public_html/syn.corals.io/Corals/modules/Syndicate/resources/views/warehouses/show.blade.php ENDPATH**/ ?>