@php $monthName = (isset($isInvoice)) ? 'tax_date_month_name' : (isset($is_payment_voucher) ? 'pv_date_month_name' :'date_month_name'); $monthNo = (isset($isInvoice)) ? 'tax_date_month_no' : (isset($is_payment_voucher) ? 'pv_date_month_no' : 'date_month_no'); $year = (isset($isInvoice)) ? 'tax_date_year' : (isset($is_payment_voucher) ? 'pv_date_year' : 'date_year'); @endphp
ST: {{ number_format($val1[$franchiseCurrency]['totalAmount'], 2) }}
@isset($val1[$franchiseCurrency]['taxAmount']) @foreach($val1[$franchiseCurrency]['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($val1[$franchiseCurrency]['subTotalAmount'], 2) }}
ST: {{ number_format($val1['USD']['totalAmount'], 2) }}
@isset($val1['USD']['taxAmount']) @foreach($val1['USD']['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($val1['USD']['subTotalAmount'], 2) }}
ST: {{ number_format($val1[$franchiseCurrency]['totalAmount'], 2) }}
@isset($val1[$franchiseCurrency]['taxAmount']) @foreach($val1[$franchiseCurrency]['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($val1[$franchiseCurrency]['subTotalAmount'], 2) }}
ST: {{ number_format($val1['USD']['totalAmount'], 2) }}
@isset($val1['USD']['taxAmount']) @foreach($val1['USD']['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($val1['USD']['subTotalAmount'], 2) }}
ST: {{ number_format($val1[$franchiseCurrency]['totalAmount'], 2) }}
@isset($val1[$franchiseCurrency]['taxAmount']) @foreach($val1[$franchiseCurrency]['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($val1[$franchiseCurrency]['subTotalAmount'], 2) }}
ST: {{ number_format($val1['USD']['totalAmount'], 2) }}
@isset($val1['USD']['taxAmount']) @foreach($val1['USD']['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endifGT: {{ number_format($val1['USD']['subTotalAmount'], 2) }}
ST: {{ number_format($val1[$franchiseCurrency]['totalAmount'], 2) }}
@isset($val1[$franchiseCurrency]['taxAmount']) @foreach($val1[$franchiseCurrency]['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($val1[$franchiseCurrency]['subTotalAmount'], 2) }}
ST: {{ number_format($val1['USD']['totalAmount'], 2) }}
@isset($val1['USD']['taxAmount']) @foreach($val1['USD']['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($val1['USD']['subTotalAmount'], 2) }}
ST: {{ number_format($monthlyData[$order->$year][$order->$monthNo][$franchiseCurrency]['totalAmount'], 2) }}
@isset($monthlyData[$order->$year][$order->$monthNo][$franchiseCurrency]['taxAmount']) @foreach($monthlyData[$order->$year][$order->$monthNo][$franchiseCurrency]['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax, 2) }}
@endif @endforeach @endissetGT: {{ number_format($monthlyData[$order->$year][$order->$monthNo][$franchiseCurrency]['subTotalAmount'], 2) }}
ST: {{ number_format($monthlyData[$order->$year][$order->$monthNo]['USD']['totalAmount'], 2) }}
@isset($monthlyData[$order->$year][$order->$monthNo]['USD']['taxAmount']) @foreach($monthlyData[$order->$year][$order->$monthNo]['USD']['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax, 2) }}
@endif @endforeach @endissetGT: {{ number_format($monthlyData[$order->$year][$order->$monthNo]['USD']['subTotalAmount'], 2) }}
ST: {{ number_format($val1['allCurrency']['totalAmount'], 2) }}
@isset($val1['allCurrency']['taxAmount']) @foreach($val1['allCurrency']['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax, 2) }}
@endif @endforeach @endissetGT: {{ number_format($val1['allCurrency']['subTotalAmount'], 2) }}
ST: {{ number_format($val1['allCurrency']['totalAmount'], 2) }}
@isset($val1['allCurrency']['taxAmount']) @foreach($val1['allCurrency']['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax, 2) }}
@endif @endforeach @endissetGT: {{ number_format($val1['allCurrency']['subTotalAmount'], 2) }}
ST: {{ number_format($val['totalAmount'],2) }}
@isset($val['taxAmount']) @foreach($val['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($val['subTotalAmount'],2) }}
ST: {{ number_format($monthlyData[$order->$year][$order->$monthNo]['allCurrency']['totalAmount'],2) }}
@isset($monthlyData[$order->$year][$order->$monthNo]['allCurrency']['taxAmount']) @foreach($monthlyData[$order->$year][$order->$monthNo]['allCurrency']['taxAmount'] as $key => $tax) @if($tax != 0){{ $key }}: {{ number_format($tax,2) }}
@endif @endforeach @endissetGT: {{ number_format($monthlyData[$order->$year][$order->$monthNo]['allCurrency']['subTotalAmount'],2) }}