관리-도구
편집 파일: 806e9f4dd0a41f3b1e1e044b2282ae06.php
<?php $backendSetting = get_theme_option(key: 'backend_general') ?? null; $currency = $backendSetting['currency'] ?? 'USD-$'; $currencySymbol = get_currency_symbol($currency); ?> <?php if (isset($component)) { $__componentOriginald7f77a02f879fd4954ea3c39c4e952cb = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb = $attributes; } ?> <?php $component = Modules\LMS\View\Components\Dashboard\Layout::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('dashboard-layout'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Modules\LMS\View\Components\Dashboard\Layout::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('title', null, []); ?> <?php echo e(translate('Payout/manage')); ?> <?php $__env->endSlot(); ?> <!-- BREADCRUMB --> <?php if (isset($component)) { $__componentOriginalcf27f2c2c873893339708d5fdeeb6984 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcf27f2c2c873893339708d5fdeeb6984 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.breadcrumb','data' => ['title' => 'Payout Report','pageTo' => 'Payout']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.breadcrumb'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['title' => 'Payout Report','page-to' => 'Payout']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalcf27f2c2c873893339708d5fdeeb6984)): ?> <?php $attributes = $__attributesOriginalcf27f2c2c873893339708d5fdeeb6984; ?> <?php unset($__attributesOriginalcf27f2c2c873893339708d5fdeeb6984); ?> <?php endif; ?> <?php if (isset($__componentOriginalcf27f2c2c873893339708d5fdeeb6984)): ?> <?php $component = $__componentOriginalcf27f2c2c873893339708d5fdeeb6984; ?> <?php unset($__componentOriginalcf27f2c2c873893339708d5fdeeb6984); ?> <?php endif; ?> <div class="card"> <div class="grid grid-cols-12 gap-4"> <?php if (isset($component)) { $__componentOriginalf71c875fb7323a7f8d9f1abd403e0664 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.course-overview-card','data' => ['colorType' => 'primary','title' => 'Total Request Amount','value' => ''.e($currencySymbol).''.e($reports['total_request_amount'] ?? 0).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.course-overview-card'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['color-type' => 'primary','title' => 'Total Request Amount','value' => ''.e($currencySymbol).''.e($reports['total_request_amount'] ?? 0).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664)): ?> <?php $attributes = $__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664; ?> <?php unset($__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664); ?> <?php endif; ?> <?php if (isset($__componentOriginalf71c875fb7323a7f8d9f1abd403e0664)): ?> <?php $component = $__componentOriginalf71c875fb7323a7f8d9f1abd403e0664; ?> <?php unset($__componentOriginalf71c875fb7323a7f8d9f1abd403e0664); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalf71c875fb7323a7f8d9f1abd403e0664 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.course-overview-card','data' => ['colorType' => 'info','title' => 'Total Pending Amount','value' => ''.e($currencySymbol).''.e($reports['total_pending_amount'] ?? 0).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.course-overview-card'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['color-type' => 'info','title' => 'Total Pending Amount','value' => ''.e($currencySymbol).''.e($reports['total_pending_amount'] ?? 0).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664)): ?> <?php $attributes = $__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664; ?> <?php unset($__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664); ?> <?php endif; ?> <?php if (isset($__componentOriginalf71c875fb7323a7f8d9f1abd403e0664)): ?> <?php $component = $__componentOriginalf71c875fb7323a7f8d9f1abd403e0664; ?> <?php unset($__componentOriginalf71c875fb7323a7f8d9f1abd403e0664); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalf71c875fb7323a7f8d9f1abd403e0664 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.course-overview-card','data' => ['colorType' => 'success','title' => 'Total Paid Amount','value' => ''.e($currencySymbol).''.e($reports['total_paid_amount'] ?? 0).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.course-overview-card'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['color-type' => 'success','title' => 'Total Paid Amount','value' => ''.e($currencySymbol).''.e($reports['total_paid_amount'] ?? 0).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664)): ?> <?php $attributes = $__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664; ?> <?php unset($__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664); ?> <?php endif; ?> <?php if (isset($__componentOriginalf71c875fb7323a7f8d9f1abd403e0664)): ?> <?php $component = $__componentOriginalf71c875fb7323a7f8d9f1abd403e0664; ?> <?php unset($__componentOriginalf71c875fb7323a7f8d9f1abd403e0664); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalf71c875fb7323a7f8d9f1abd403e0664 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.course-overview-card','data' => ['title' => 'Available Payout Amount','value' => '$'.e(authcheck()->userable?->user_balance ?? 0).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.course-overview-card'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['title' => 'Available Payout Amount','value' => '$'.e(authcheck()->userable?->user_balance ?? 0).'']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664)): ?> <?php $attributes = $__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664; ?> <?php unset($__attributesOriginalf71c875fb7323a7f8d9f1abd403e0664); ?> <?php endif; ?> <?php if (isset($__componentOriginalf71c875fb7323a7f8d9f1abd403e0664)): ?> <?php $component = $__componentOriginalf71c875fb7323a7f8d9f1abd403e0664; ?> <?php unset($__componentOriginalf71c875fb7323a7f8d9f1abd403e0664); ?> <?php endif; ?> </div> </div> <div class="card flex justify-end"> <button type="button" data-modal-id="payout-modal" class="btn b-solid btn-primary-solid dk-theme-card-square"> <?php echo e(translate('Request Payout')); ?> </button> </div> <div class="card"> <?php if($payoutHistories->count() > 0): ?> <div class="overflow-x-auto scrollbar-table"> <table class="table-auto w-full whitespace-nowrap text-left text-gray-500 dark:text-dark-text font-medium leading-none"> <thead class="text-primary"> <tr> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Payout ID')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Amount')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Date')); ?> </th> <th class="px-3.5 py-4 bg-[#F2F4F9] dark:bg-dark-card-two first:rounded-l-lg last:rounded-r-lg first:dk-theme-card-square-left last:dk-theme-card-square-right"> <?php echo e(translate('Status')); ?> </th> </tr> </thead> <tbody class="divide-y divide-gray-200 dark:divide-dark-border-three"> <?php $__currentLoopData = $payoutHistories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $payoutHistory): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td class="px-3.5 py-4"> <h6 class="text-md leading-none"> <a href="#"><?php echo e($payoutHistory->payout_number); ?></a> </h6> </td> <td class="px-3.5 py-4"><?php echo e($currencySymbol); ?><?php echo e($payoutHistory->amount); ?></td> <td class="px-3.5 py-4"> <?php echo e(customDateFormate($payoutHistory->created_at, $format = 'd M y h:i A')); ?></td> <td class="px-3.5 py-4"><?php echo e(translate($payoutHistory->status)); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <?php echo e($payoutHistories->links('portal::admin.pagination.paginate')); ?> <?php else: ?> <?php if (isset($component)) { $__componentOriginal5d13c2904e1f07d85da185576dbff28d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5d13c2904e1f07d85da185576dbff28d = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => '7ee9c4f86007ba41bc79bbfab1cd8a68::admin.empty-card','data' => ['title' => 'No Payout Request']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('portal::admin.empty-card'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['title' => 'No Payout Request']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal5d13c2904e1f07d85da185576dbff28d)): ?> <?php $attributes = $__attributesOriginal5d13c2904e1f07d85da185576dbff28d; ?> <?php unset($__attributesOriginal5d13c2904e1f07d85da185576dbff28d); ?> <?php endif; ?> <?php if (isset($__componentOriginal5d13c2904e1f07d85da185576dbff28d)): ?> <?php $component = $__componentOriginal5d13c2904e1f07d85da185576dbff28d; ?> <?php unset($__componentOriginal5d13c2904e1f07d85da185576dbff28d); ?> <?php endif; ?> <?php endif; ?> </div> <div id="payout-modal" class="fixed inset-0 z-modal flex-center !hidden bg-black/50 modal"> <div class="modal-content bg-white rounded-lg shadow-lg w-full max-w-screen-md transform transition-all duration-300 opacity-0 -translate-y-10 m-4"> <!-- Modal Header --> <div class="flex items-center justify-between p-4 border-b"> <div> <div class="area-subtitle"> <?php echo e(translate('Payout Confirmation')); ?> </div> </div> <button type="button" aria-label="Course demo video modal close button" class="absolute top-3 end-2.5 text-heading dark:text-white bg-gray-200 rounded-lg size-8 flex-center close-modal-btn demo-course-video-stop"> <i class="ri-close-line text-inherit"></i> </button> </div> <!-- Modal Body --> <div class="p-4 pt-0 max-h-[80vh] overflow-auto"> <form action="<?php echo e(route('instructor.payout.request')); ?>" method="post" class="form"> <?php echo csrf_field(); ?> <div class="grid grid-cols-12 gap-x-4"> <div class="col-span-full md:col-span-8 card"> <div class="flex justify-center gap-3"> <div> <h2><?php echo e(translate('Available Amount')); ?></h2> </div> <div> <strong> <?php echo e($currencySymbol); ?><?php echo e(authcheck()->userable?->user_balance ?? 0); ?></strong> </div> </div> <button type="submit" class="btn b-solid btn-primary-solid dk-theme-card-square"> <?php echo e(translate('Request')); ?> </button> </div> </div> </form> </div> </div> </div> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb)): ?> <?php $attributes = $__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb; ?> <?php unset($__attributesOriginald7f77a02f879fd4954ea3c39c4e952cb); ?> <?php endif; ?> <?php if (isset($__componentOriginald7f77a02f879fd4954ea3c39c4e952cb)): ?> <?php $component = $__componentOriginald7f77a02f879fd4954ea3c39c4e952cb; ?> <?php unset($__componentOriginald7f77a02f879fd4954ea3c39c4e952cb); ?> <?php endif; ?> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\portals\instructor\financial\payout\index.blade.php ENDPATH**/ ?>