{{ $i }} |
{{ !empty($profit_data->product_name) ? $profit_data->product_name : '' }} |
{{ !empty($profit_data->total) ? number_format($profit_data->total,$decimal_point) : number_format(0,$decimal_point) }} |
{{ !empty($profit_data->tax_amount) ? $profit_data->tax_amount : number_format(0,$decimal_point) }} |
{{ !empty($profit_data->supplier_cost) ? $profit_data->supplier_cost : 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) }} |
|