@elseif (get_setting('inv_logo') == 'name')
| SL | Item | Discount | Rate | Qty | Amount |
|---|---|---|---|---|---|
| {{ ++$key }} | {{ $item->product_discount }} | {{ $item->rate }} | {{ $qty }} | {{ $item->subtotal }} | |
|
{{ $item->product->name }} |
|||||
| Sub Total : | {{ $invoice->estimated_amount }} | ||||
| Discount : | @if (gettype($invoice->discount) === 'string') {{ $invoice->discount }} @else {{ $invoice->discount }} {{ empty(get_setting('com_currency')) ?: get_setting('com_currency') }} @endif | ||||
| Total Amount : | {{ $invoice->total_amount }} | ||||
| Paid : | {{ $invoice->total_paid }} | ||||
| Return Amount : | {{ $invoice->return_amount }} | ||||
| Previous Due : | {{ $invoice->previous_due }} | ||||
| Current Due : | {{ $invoice->total_due }} | ||||
{{--
|
{{--
|
||||
| Pay Point : | {{ number_format($invoice->pay_point, 2) }} | ||||
| Change Amount: | @if ($invoice->change_amount != null) {{ $invoice->change_amount }} @else 0.00 @endif | ||||
| Total Due : | {{ $invoice->total_due }} {{ empty(get_setting('com_currency')) ?: get_setting('com_currency') }} | ||||
| Mode of Payment ( @foreach ($cash as $bank) {{ $bank->bank_account->bank_name }} , @endforeach) | |||||
| @php $creadit = $invoice->total_paid - $invoice->return_amount; @endphp {{ number_format($creadit, 2) }} | |||||
***** The Product should be change within 7 days.Don't remove the tag can not be change *****