@extends('layouts.app') @section('content') @include("layouts.Cmodal") @include("invoices.modal")
@lang('layout.Total') : | @{{ Number.parseFloat((subtotal - (discount*subtotal/100))-payeds).toFixed(precision())}} @{{selected_currency.symbol}} |
@lang('layout.Discount'): (@{{ Number.parseFloat(discount).toFixed(precision()) }}%) | @{{ Number.parseFloat(discount*subtotal/100).toFixed(precision()) }} @{{selected_currency.symbol}} |
@lang('layout.Payment'): | @{{ payeds.toFixed(precision())}} @{{selected_currency.symbol}} |
@lang('layout.Sub-Total'): | @{{ subtotal.toFixed(precision())}} @{{selected_currency.symbol}} |
# | @lang('layout.ServiceName') | @lang('layout.Quantity') | @lang('layout.Measure') | @lang('layout.Price') | @lang('layout.Total') | |
---|---|---|---|---|---|---|
@{{index+1}} |
|
@{{selected_currency.symbol}}
|
@{{selected_currency.symbol}}
|
# | @lang('layout.SelectBank') | @lang('layout.Amount') | @lang('layout.Rate') | @lang('layout.Currency') | @lang('layout.Amount') | @lang('layout.Total') | |
---|---|---|---|---|---|---|---|
@{{index+1}} |
|
@{{myRound(Number((payment.item==null)?null:payment.item.balance)-Number((payment.item==null)?null:payment.item.amount))}} |
@{{(payment.item==null)?null:payment.item.code}}
|
@{{selected_currency.symbol}}
|
@lang('layout.DriverInfo') |
---|
@lang('layout.Sub-Total'): | @{{ subtotal.toFixed(precision())}} @{{selected_currency.symbol}} | @lang('layout.Payment'): | @{{ payeds.toFixed(precision())}} @{{selected_currency.symbol}} | @lang('layout.Discount'): (@{{ Number.parseFloat(discount).toFixed(precision()) }}%) | @{{ Number.parseFloat(discount*subtotal/100).toFixed(precision()) }} @{{selected_currency.symbol}} | @lang('layout.Total') : | @{{ Number.parseFloat((subtotal - (discount*subtotal/100))-payeds).toFixed(precision())}} @{{selected_currency.symbol}} |