OwlCyberSecurity - MANAGER
Edit File: 4a14289ecb7c3ac3679e01f8e1fcd897.php
<?php if (isset($component)) { $__componentOriginalbe23554f7bded3778895289146189db7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalbe23554f7bded3778895289146189db7 = $attributes; } ?> <?php $component = Filament\View\LegacyComponents\Page::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('filament::page'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Filament\View\LegacyComponents\Page::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <div class="flex flex-col gap-12"> <div class="bg-white text-gray-500 rounded-sm p-3 flex flex-col gap-[10px] relative"> <div class="bg-[#717071] text-white rounded-sm p-3 absolute w-[94%] right-[3%] top-[-20px]"> <h2 class="font-bold"> سفارش: <?php echo e($invoice->code); ?> </h2> <p class="text-xs"> سفارش دهنده: <?php echo e($invoice->user->name); ?> </p> </div> <div class=" mt-[30px] flex flex-col gap-[10px]"> <div class="shadow-sm overflow-x-scroll md:overflow-hidden my-8 text-right mx-2"> <table class="border-collapse table-auto w-full text-xs "> <thead class="bg-[#f8fafc]"> <tr> <th class="border-b dark:border-slate-600 font-medium p-2 text-slate-400 dark:text-slate-200 "> مرحله پرداخت </th> <th class="border-b dark:border-slate-600 font-medium p-2 text-slate-400 dark:text-slate-200 "> مبلغ پرداختی به ریال </th> <th class="border-b dark:border-slate-600 font-medium p-2 text-slate-400 dark:text-slate-200"> وضعیت تراکنش </th> <th class="border-b dark:border-slate-600 font-medium p-2 text-slate-400 dark:text-slate-200"> تاریخ </th> <th class="border-b dark:border-slate-600 font-medium p-2 text-slate-400 dark:text-slate-200"> کد درخواست </th> <th class="border-b dark:border-slate-600 font-medium p-2 text-slate-400 dark:text-slate-200"> کد تراکنش </th> <th class="border-b dark:border-slate-600 font-medium p-2 text-slate-400 dark:text-slate-200"> نوع پرداخت </th> <th class="border-b dark:border-slate-600 font-medium p-2 text-slate-400 dark:text-slate-200"> توضیحات </th> </tr> </thead> <tbody class="bg-white dark:bg-slate-800"> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $invoice->transactions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $transaction): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td class="border-b border-slate-100 dark:border-slate-700 p-2 text-slate-500 dark:text-slate-400"> <?php echo e($transaction->method); ?> </td> <td class="border-b border-slate-100 dark:border-slate-700 p-2 text-slate-500 dark:text-slate-400"> <?php echo e(number_format($transaction->amount)); ?> </td> <td class="border-b border-slate-100 dark:border-slate-700 p-2 text-slate-500 dark:text-slate-400"> <!--[if BLOCK]><![endif]--><?php if($transaction->issuccess): ?> <span class="bg-green-300 px-2 py-1 rounded-md"> موفق </span> <?php else: ?> <span class="bg-red-400 px-2 py-1 rounded-md"> ناموفق-(<?php echo e($transaction->error); ?>) </span> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </td> <td class="border-b border-slate-100 dark:border-slate-700 p-2 text-slate-500 dark:text-slate-400"> <?php echo e($transaction->date); ?> </td> <td class="border-b border-slate-100 dark:border-slate-700 p-2 text-slate-500 dark:text-slate-400"> <?php echo e($transaction->invoice->code); ?> </td> <td class="border-b border-slate-100 dark:border-slate-700 p-2 text-slate-500 dark:text-slate-400"> <?php echo e($transaction->transId); ?> </td> <td class="border-b border-slate-100 dark:border-slate-700 p-2 text-slate-500 dark:text-slate-400"> <?php echo e($transaction->payment_method->title_fa); ?> </td> <td class="border-b border-slate-100 dark:border-slate-700 p-2 text-slate-500 dark:text-slate-400"> <?php echo e($transaction->comment); ?> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </tbody> </table> </div> </div> </div> <div class="bg-white text-gray-500 rounded-sm p-3 flex flex-col gap-[10px] relative"> <div class="bg-[#717071] text-white rounded-sm p-3 absolute w-[94%] right-[3%] top-[-20px]"> پرداخت دستی </div> <div class="mt-[30px] flex flex-col gap-[10px] py-3 px-2"> <form wire:submit="submit"> <?php echo e($this->form); ?> <button type="submit" class="mt-4 bg-green-500 text-white px-5 py-1 rounded-md"> ثبت </button> </form> </div> </div> </div> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalbe23554f7bded3778895289146189db7)): ?> <?php $attributes = $__attributesOriginalbe23554f7bded3778895289146189db7; ?> <?php unset($__attributesOriginalbe23554f7bded3778895289146189db7); ?> <?php endif; ?> <?php if (isset($__componentOriginalbe23554f7bded3778895289146189db7)): ?> <?php $component = $__componentOriginalbe23554f7bded3778895289146189db7; ?> <?php unset($__componentOriginalbe23554f7bded3778895289146189db7); ?> <?php endif; ?> <?php /**PATH /var/www/back/resources/views/filament/buy-invoice/invoice-payment-logs.blade.php ENDPATH**/ ?>