![]() 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/ledger.corals.io/storage/framework/views/ |
<?php $__env->startSection('title',$title_singular); ?> <?php $__env->startSection('css'); ?> <style> .table { margin-bottom: 0; } .table-condensed > tbody > tr > td { padding: 5px; } body { font-size: 12px; background-color: unset; } </style> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-md-12"> <?php echo $__env->make('Ledger::partials.recordDetailsForAccount',['account_id'=>$account->id], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.blank', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/ledger.corals.io/Corals/modules/Ledger/resources/views/accounts/accountReportForPrint.blade.php ENDPATH**/ ?>