{{ option('info_site_title') }}



@foreach ($subfactor as $item) @endforeach @if (is_online($factor)) @csrf @endif
ردیف توضیحات تعداد قیمت واحد تخفیف مالیات قیمت (تومان)
{{ $loop->index + 1 }} {{ $item->name }} {{ $item->count }} {{ number_format($item->price) }} تومان {{ $item->discount }} % {{ $item->tax }} % {{ number_format(totalprice($item)) }} تومان
تخفیف {{ number_format(discount($factor)) }} تومان
مالیات {{ number_format(tax($factor)) }} تومان
جمع کل {{ number_format(total($factor)) }} تومان
پرداخت شده {{ number_format(paymentfactor($factor)) }} تومان
جمع کل به حروف :{{ Numtoword(total($factor)) }} تومان قابل پرداخت {{ number_format(paymentable($factor)) }} تومان

{{ $factor->description }}

@if (notpaymentfactor($factor) == 0)
پرداخت شده است
@endif @if ($factor->installments->count()) @endif @if (paymentfactor($factor) > 0) @endif
  • {{ option('info_site_title') }}
  • {{ option('info_tel') }}
  • {{ option('info_postal_code') }}

{!!option('info_footer_text')!!}


@include('sweetalert::alert')