{{ $i }} |
{{ $customer_name }} |
{{ !empty($profit_data->total_amount) ? number_format($profit_data->total_amount,$decimal_point) : number_format(0,$decimal_point) }} |
{{ !empty($profit_data->tax_amount) ? number_format($profit_data->tax_amount,$decimal_point) : number_format(0,$decimal_point) }} |
{{ !empty($profit_data->supplier_cost) ? number_format($profit_data->supplier_cost,$decimal_point) : number_format(0,$decimal_point) }} |
{{ number_format($profit, $decimal_point) }} |
{{ number_format($profit_in_percentage,$decimal_point) }} |
@php($i++)
@endforeach
Total |
|
{{ number_format($net_total, $decimal_point) }} |
{{ number_format($vat_total, $decimal_point) }} |
{{ number_format($cost_total, $decimal_point) }} |
{{ number_format($profit_total, $decimal_point) }} |
|