OwlCyberSecurity - MANAGER
Edit File: 8c4f17d1142b0ac9f9ff420868adec88.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 md:flex-row gap-10"> <div class="bg-white text-gray-500 rounded-sm relative"> <div class=" bg-[#717071] text-white rounded-sm p-3 absolute w-[98%] top-[-20px] right-[1%]"> سفارش: <?php echo e($invoice->code); ?> </div> <div class="p-3 mt-[30px]"> <div class="grid grid-cols-2 border"> <div class="flex justify-center items-center border-l"> <img class="w-24" src="/assets/img/charsooq-logo.png"> </div> <div class="p-2"> <p class="text-center"> تهران – خیابان بهشتی - خیابان احمد قصیر-روبه روی دادسرا نبش سوم- پلاک ۸ - طبقه دوم </p> <p class="text-center"> شماره تماس:(۰۲۱) ۹۲۰۰۷۸۰۲ – (۰۲۱)۹۲۰۰۷۸۰۱ </p> <p class="text-center"> تلگرام:۰۹۹۰۵۳۳۹۰۰۲ </p> <p class="text-center"> ایمیل:info@charsooq.com </p> </div> </div> <div class="grid grid-cols-3 border"> <div class="border-l col-span-1 p-2"> <p> نام و نام خانوادگی: <?php echo e($invoice->user->name); ?> </p> </div> <div class="p-2"> <p> تاریخ: <?php echo e($invoice->submitdate); ?> </p> </div> <div class="p-2"> <p> شماره فاکتور: <?php echo e($invoice->code); ?> </p> </div> </div> <div class="grid grid-cols-3 border"> <div class="border-l col-span-2 p-2"> <p> آدرس خریدار: <?php echo e($invoice->usersAddress?->state->title??''); ?> - <?php echo e($invoice->usersAddress?->city->title??''); ?> - <?php echo e($invoice->usersAddress?->content); ?> </p> </div> <div class="p-2"> <p> کد پستی: <?php echo e($invoice->usersAddress?->postalcode); ?> </p> </div> </div> <div class="grid grid-cols-3 border"> <div class="border-l col-span-2 p-2"> <p> توضیح خریدار روی کل سبد: <?php echo e($invoice->description); ?> </p> </div> <div class="p-2"> <p> شماره همراه کاربر: <?php echo e($invoice->user->cell_number); ?> </p> </div> </div> <div class="even-odd-background-factor"> <div class="grid border"> <div class="border-l p-2"> <p> پیش فاکتور: </p> </div> </div> <div class="grid grid-cols-12 border min-h-[50px]"> <p class="border-l flex justify-center text-center text-sm items-center">ردیف</p> <p class="border-l flex justify-center text-center text-sm items-center col-span-2 ">شرح کالا</p> <p class="border-l flex justify-center text-center text-sm items-center">تعداد</p> <p class="border-l flex justify-center text-center text-sm items-center">قیمت(ارز)</p> <p class="border-l flex justify-center text-center text-sm items-center">نوع ارز</p> <p class="border-l flex justify-center text-center text-sm items-center">قیمت ارز (ریال)</p> <p class="border-l flex justify-center text-center text-sm items-center">وزن (گرم)</p> <p class="border-l flex justify-center text-center text-sm items-center">هزینه خرید</p> <p class="border-l flex justify-center text-center text-sm items-center">کارمزد خرید</p> <p class="border-l flex justify-center text-center text-sm items-center">هزینه حمل</p> <p class="border-l flex justify-center text-center text-sm items-center">هزینه (ریال)</p> </div> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $invoice->invoiceItems; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!--[if BLOCK]><![endif]--><?php if($item->isapproved): ?> <div class="grid grid-cols-12 border min-h-[50px]"> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($loop->index + 1); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-2"> <a class="lg:max-w-[170px] xl:max-w-[250px] 2xl:max-w-[350px] break-words" href="<?php echo e(isset(parse_url($item->link)['scheme'])?$item->link:'http://'.$item->link); ?>" target="_blank"><?php echo e($item->name); ?></a> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($item->count); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($item->cost); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(App\Models\Exchanges::where('id',$item->exchange_id)->value('name')); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($item->exchangevalue); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($item->firstweight); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($item->itemprice)); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($item->brokerwageprice)); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($item->transportprice)); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($item->itemprice+$item->brokerwageprice+$item->transportprice)); ?> </p> </div> <?php else: ?> <div class="grid grid-cols-12 border min-h-[50px] !bg-red-200"> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($loop->index + 1); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-5"> <a class="lg:max-w-[170px] xl:max-w-[250px] 2xl:max-w-[350px] break-words" href="<?php echo e($item->link); ?>" target="_blank"><?php echo e($item->name); ?></a> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-5"> <?php echo e($item->unapprovedescription); ?> </p> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $invoice->invoiceOthercosts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!--[if BLOCK]><![endif]--><?php if($item->level == 1): ?> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l flex justify-center text-center text-sm items-center"> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-2"> <?php echo e($item->othercostType->title); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($item->amount); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($item->exchange->name); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-3"> <?php echo e($item->comment); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($item->OtherCostPrice)); ?> </p> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4"> جمع کل هزینه: </p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format($invoicePrice)); ?> ریال </p> </div> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4"> جمع هزینه های اضافه:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format((int) $invoice->othercosts)); ?> ریال </p> </div> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4"> مالیات بر ارزش افزوده:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format($invoice->totalTax)); ?> ریال </p> </div> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4">جمع کل مبلغ قابل پرداخت:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format(round($invoice->othercosts + $invoicePrice + $invoice->totalTax,-1))); ?> ریال </p> </div> <!--[if BLOCK]><![endif]--><?php if($discount): ?> <!--[if BLOCK]><![endif]--><?php if($discount->affiliate->gift_card==0): ?> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4">جمع کل مبلغ قابل پرداخت بعد از تخفیف:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format(round($invoice->othercosts + $invoicePrice + $invoice->totalTax,-1)-$discount->discount_price)); ?> ریال </p> </div> <?php elseif($discount->affiliate->gift_card==1): ?> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4">جمع کل مبلغ قابل پرداخت بعد از کسر مبلغ کارت هدیه:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format(round($invoice->othercosts + $invoicePrice + $invoice->totalTax,-1)-$discount->discount_price)); ?> ریال </p> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <div class="grid border"> <div class="border-l p-2"> <p> تحویل دفتر ایران </p> </div> </div> <div class="grid grid-cols-12 border min-h-[50px]"> <p class="border-l flex justify-center text-center text-sm items-center">ردیف</p> <p class="border-l flex justify-center text-center text-sm items-center col-span-2">شرح کالا</p> <p class="border-l flex justify-center text-center text-sm items-center">تعداد تحویل ایران</p> <p class="border-l flex justify-center text-center text-sm items-center">تعداد کنسل شده</p> <p class="border-l flex justify-center text-center text-sm items-center">قیمت(ارز)</p> <p class="border-l flex justify-center text-center text-sm items-center">نوع ارز</p> <p class="border-l flex justify-center text-center text-sm items-center">وزن نهایی</p> <p class="border-l flex justify-center text-center text-sm items-center">هزینه خرید</p> <p class="border-l flex justify-center text-center text-sm items-center">کارمزد خرید</p> <p class="border-l flex justify-center text-center text-sm items-center">هزینه حمل</p> <p class="border-l flex justify-center text-center text-sm items-center">هزینه (ریال)</p> </div> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $listPriceLogisticNotCancel->groupBy('invoice_item_id'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $logistic): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="grid grid-cols-12 border min-h-[50px]"> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($loop->index + 1); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-2"> <a class="lg:max-w-[170px] xl:max-w-[250px] 2xl:max-w-[350px] break-words" href="<?php echo e(isset(parse_url($logistic[0]->invoiceItem->link)['scheme'])?$logistic[0]->invoiceItem->link:'http://'.$logistic[0]->invoiceItem->link); ?>" target="_blank"><?php echo e($logistic[0]->invoiceItem->name); ?></a> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($logistic->count()); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($logistic[0]->invoiceItem->count - $logistic->count()); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($logistic->max('price')); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(App\Models\Exchanges::where('id',$logistic[0]->exchange_id)->value('name')); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($logistic->max('finalweight')); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($logistic->sum('Itemprice'))); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($logistic->sum('brokerwageprice'))); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($logistic->sum('finalTransportprice'))); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($logistic->sum('Itemprice')+ $logistic->sum('brokerwageprice') + $logistic->sum('finalTransportprice'))); ?> </p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $invoice->invoiceOthercosts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!--[if BLOCK]><![endif]--><?php if($item->level == 2): ?> <div class="grid grid-cols-12 border min-h-[50px]"> <p class="border-l flex justify-center text-center text-sm items-center"> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-4"> <?php echo e($item->othercostType->title); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-2"> <?php echo e($item->amount); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($item->exchange->name); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-3"> <?php echo e($item->comment); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e(number_format($item->OtherCostPrice)); ?> </p> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4"> جمع کل هزینه خرید:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format($invoice->finalTotalitemprice)); ?> ریال </p> </div> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4"> جمع کل هزینه ارسال:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format($invoice->finalTotaltransportprice)); ?>ریال </p> </div> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4"> جمع هزینه های اضافه:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format($invoice->finalOthercosts)); ?>ریال </p> </div> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4"> مالیات بر ارزش افزوده:</p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format($invoice->finalTotalTax)); ?> ریال </p> </div> <div class="grid grid-cols-9 border min-h-[50px]"> <p class="border-l col-span-8 flex justify-center text-center text-sm items-center mr-auto pl-4"> جمع کل مبلغ قابل پرداخت: </p> <p class="border-l col-span-1 flex justify-center text-center text-sm items-center"> <?php echo e(number_format(round($invoice->finalTotaltransportprice + $invoice->finalOthercosts + $invoice->finalTotalitemprice + $invoice->finalTotalTax,-1))); ?> ریال </p> </div> <!--[if BLOCK]><![endif]--><?php if($discount): ?> <!--[if BLOCK]><![endif]--><?php if($discount->affiliate->gift_card==0): ?> <div class="grid grid-cols-10 border min-h-[50px]"> <p class="col-span-2 flex justify-center text-center text-sm items-center ml-auto pl-4">مبلغ تخفیف:</p> <p class="border-l col-span-8 flex text-center text-sm items-center"> <?php echo e($discount->discount_price); ?> ریال </p> </div> <?php elseif($discount->affiliate->gift_card==1): ?> <div class="grid grid-cols-10 border min-h-[50px]"> <p class="col-span-2 flex justify-center text-center text-sm items-center ml-auto pl-4">مبلغ کارت هدیه:</p> <p class="border-l col-span-8 flex text-center text-sm items-center"> <?php echo e($discount->discount_price); ?> ریال </p> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <div class="grid grid-cols-10 border min-h-[50px]"> <p class="col-span-2 flex justify-center text-center text-sm items-center ml-auto pl-4">جمع کل هزینه:</p> <p class="border-l col-span-8 flex text-center text-sm items-center"> <?php echo e(number_format($invoice->finalTotaltransportprice + $invoice->finalOthercosts + $invoice->finalTotalitemprice + $invoice->finalTotalTax)); ?> ریال </p> </div> <div class="grid grid-cols-10 border min-h-[50px]"> <p class="col-span-2 flex justify-center text-center text-sm items-center ml-auto pl-4">هزینه پرداخت شده تا کنون:</p> <p class="border-l col-span-8 flex text-center text-sm items-center"> <?php echo e(number_format($invoice->sumPay())); ?>ریال </p> </div> <!--[if BLOCK]><![endif]--><?php if($discount): ?> <div class="grid grid-cols-10 border min-h-[50px]"> <p class="col-span-2 flex justify-center text-center text-sm items-center ml-auto pl-4"> باقیمانده جهت تسویه:</p> <p class="border-l col-span-8 flex text-center text-sm items-center"> <!--[if BLOCK]><![endif]--><?php if(round($invoice->finalTotaltransportprice + $invoice->finalOthercosts + $invoice->finalTotalitemprice + $invoice->finalTotalTax - $invoice->sumPay()- $discount->discount_price,-1)>0): ?> <?php echo e(number_format(round($invoice->finalTotaltransportprice + $invoice->finalOthercosts + $invoice->finalTotalitemprice + $invoice->finalTotalTax - $invoice->sumPay() - $discount->discount_price,-1))); ?> <?php else: ?> 0 <?php endif; ?><!--[if ENDBLOCK]><![endif]--> ریال </p> </div> <?php else: ?> <div class="grid grid-cols-10 border min-h-[50px]"> <p class="col-span-2 flex justify-center text-center text-sm items-center ml-auto pl-4"> باقیمانده جهت تسویه:</p> <p class="border-l col-span-8 flex text-center text-sm items-center"> <?php echo e(number_format(round($invoice->finalTotaltransportprice + $invoice->finalOthercosts + $invoice->finalTotalitemprice + $invoice->finalTotalTax - $invoice->sumPay(),-1))); ?> ریال </p> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <div class="border bg-[#f5f5f5] mt-4 flex flex-col gap-2 p-2 rounded-md"> <p>تایید تحویل (مخصوص تحویل گیرندگان تهران)</p> <p>تاریخ :</p> <p>امضا :</p> </div> <div class="grid border"> <div class="border-l p-2"> <p> پرداختی های کاربر </p> </div> </div> <div class="grid grid-cols-12 border min-h-[50px]"> <p class="border-l flex justify-center text-center text-sm items-center">مرحله پرداخت</p> <p class="border-l flex justify-center text-center text-sm items-center ">مبلغ پرداختی به ریال</p> <p class="border-l flex justify-center text-center text-sm items-center">وضعیت تراکنش</p> <p class="border-l flex justify-center text-center text-sm items-center">تاریخ</p> <p class="border-l flex justify-center text-center text-sm items-center"> کد درخواست</p> <p class="border-l flex justify-center text-center text-sm items-center"> کد تراکنش</p> <p class="border-l flex justify-center text-center text-sm items-center"> روش پرداخت</p> <p class="border-l flex justify-center text-center text-sm items-center col-span-5">توضیحات</p> </div> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $invoice->transactions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $transaction): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="grid grid-cols-12 border min-h-[50px]"> <p class="border-l flex justify-center text-center text-sm items-center "> <?php echo e($transaction->method); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center "> <?php echo e(number_format($transaction->amount)); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <!--[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]--> </p> <p class="border-l flex justify-center text-center text-sm items-center "> <?php echo e(jalali($transaction->date)); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($transaction->invoice->code); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($transaction->transId); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center"> <?php echo e($transaction->payment_method->title_fa); ?> </p> <p class="border-l flex justify-center text-center text-sm items-center col-span-5"> <?php echo e($transaction->comment); ?> </p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> <div class="p-3 text-sm m-4 bg-[#f9f9f9] border border-gray-200 rounded-md"> <p>مشتري گرامي لطفا به نكات ذيل توجه فرماييد:</p> <div class="p-3"> <div class="flex gap-2"> <span>1.</span> <p> در صورت نیاز به صدور فاکتور رسمی، پیش از خرید نهایی این موضوع را به چارسوق اطلاع دهید. در غیر اینصورت امکان صدور فاکتور رسمی وجود ندارد. </p> </div> <div class="flex gap-2"> <span>2.</span> <p> در صورت نیاز به هرگونه عودت وجه به مشتری، چارسوق مبلغ را صرفا به حسابی که پرداخت مشتری توسط آن انجام شده است، برمیگرداند. </p> </div> <div class="flex gap-2"> <span>3.</span> <p> شما میتوانید مبلغ باقیمانده جهت تسویه را از طریق دکمهی «تسویه» تعبیه شده در ایمیل پرداخت فرمایید. پس از تأیید پرداخت، بلافاصله کالای شما برای ارسال آماده میشود. </p> </div> <div class="flex gap-2"> <span>4.</span> <p> مجموع هزینه قابل پرداخت، جمع هزینههای نهایی (خانههای $) اقلام شماست. </p> </div> <div class="flex gap-2"> <span>5.</span> <p> هزینه حمل از خارج به ایران پس از دریافت کالا در دفتر ایران بر اساس وزن واقعی محاسبه شده است. وزن واقعی عبارتست از وزن کالا و جعبه ارسالی از طرف فروشنده روی ترازو و یا وزن حجمی آن در صورت بالاتر بودن. وزن حجمی به گرم به صورت حاصلضرب طول و عرض و ارتفاع مکعب مستطیل فرضی دور کالا تقسیم بر عدد ۵ بدست می آید. وزن واقعی در این فاکتور، در ستون وزن و در ردیف فاکتور نهایی و با ( ) نشان داده شده است. </p> </div> <div class="flex gap-2"> <span>6.</span> <p> تخفیف خرید بیشتر تنها به کالاهایی تعلق میگیرد که از یک منطقه خریداری شده باشند. </p> </div> <div class="flex gap-2"> <span>7.</span> <p> برای آشنایی با نحوهی محاسبهی هزینههای حمل و کارمزد به صفحهی سوالات متداول سایت چارسوق مراجعه فرمایید. </p> </div> </div> </div> </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/invoice-search-resource/invoice-view-factor.blade.php ENDPATH**/ ?>