whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
storage
/
framework
/
views
/
Upload File:
files >> /home/kckglobal/public_html/portal/storage/framework/views/1a041d55c647a6203fbc9a2bfcca5191.php
<?php $__env->startSection('content'); ?> <!-- CONTENT WRAPPER START --> <div class="content-wrapper"> <div class="row mb-4"> <div class="col-lg-3"> <?php if (isset($component)) { $__componentOriginale1233a330800208b0e743068470d1bf4 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale1233a330800208b0e743068470d1bf4 = $attributes; } ?> <?php $component = App\View\Components\Cards\Widget::resolve(['title' => __('payroll::modules.payroll.totalTdsPaid'),'value' => ''.e(currency_format($totalTdsPaid, ($currency->currency ? $currency->currency->id : company()->currency->id ))).'','icon' => 'coins','widgetId' => 'tds'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('cards.widget'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Cards\Widget::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale1233a330800208b0e743068470d1bf4)): ?> <?php $attributes = $__attributesOriginale1233a330800208b0e743068470d1bf4; ?> <?php unset($__attributesOriginale1233a330800208b0e743068470d1bf4); ?> <?php endif; ?> <?php if (isset($__componentOriginale1233a330800208b0e743068470d1bf4)): ?> <?php $component = $__componentOriginale1233a330800208b0e743068470d1bf4; ?> <?php unset($__componentOriginale1233a330800208b0e743068470d1bf4); ?> <?php endif; ?> </div> </div> <div class="card bg-white border-0 b-shadow-4"> <div class="card-body"> <div class="row"> <div class="col-xl-9 col-lg-8 col-md-12 mb-4 mb-xl-0 mb-lg-4 mb-md-0"> <?php $startMonthIndex = json_decode($payrollSetting->finance_month); $endMonthIndex = ($startMonthIndex - 1) <= 0 ? 12 : ($startMonthIndex - 1); $result = Carbon\CarbonPeriod::create( Carbon\Carbon::createFromDate(null, $startMonthIndex)->format('Y-m'), '1 month', Carbon\Carbon::createFromDate(null, $endMonthIndex)->addYear()->format('Y-m') ); ?> <div class="table-responsive p-20"> <div id="table-actions" class="d-block d-lg-flex align-items-center"> <?php echo app('translator')->get('payroll::modules.payroll.monthlyTDS'); ?> </div> <?php if (isset($component)) { $__componentOriginal7d9f6e0b9001f5841f72577781b2d17f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal7d9f6e0b9001f5841f72577781b2d17f = $attributes; } ?> <?php $component = App\View\Components\Table::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('table'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Table::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'table-bordered']); ?> <?php $__env->slot('thead', null, []); ?> <th><?php echo app('translator')->get('app.month'); ?></th> <th><?php echo app('translator')->get('payroll::modules.payroll.tds'); ?></th> <?php $__env->endSlot(); ?> <?php $__currentLoopData = $result; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $date): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($date->translatedFormat('F Y')); ?></td> <td> <?php if(isset($totalArr[$date->format('n')])): ?> <?php echo e(currency_format($totalArr[$date->format('n')], ($currency->currency ? $currency->currency->id : company()->currency->id ))); ?> <?php else: ?> - <?php endif; ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal7d9f6e0b9001f5841f72577781b2d17f)): ?> <?php $attributes = $__attributesOriginal7d9f6e0b9001f5841f72577781b2d17f; ?> <?php unset($__attributesOriginal7d9f6e0b9001f5841f72577781b2d17f); ?> <?php endif; ?> <?php if (isset($__componentOriginal7d9f6e0b9001f5841f72577781b2d17f)): ?> <?php $component = $__componentOriginal7d9f6e0b9001f5841f72577781b2d17f; ?> <?php unset($__componentOriginal7d9f6e0b9001f5841f72577781b2d17f); ?> <?php endif; ?> </div> </div> </div> </div> </div> </div> <!-- CONTENT WRAPPER END --> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <?php $__env->stopPush(); ?> <?php /**PATH /home/kckglobal/public_html/portal/Modules/Payroll/Providers/../Resources/views/payroll-report/ajax/company-tds.blade.php ENDPATH**/ ?>
Copyright ©2021 || Defacer Indonesia