{{ $i }} |
{{ !empty($profit_data->invoice_no) ? $profit_data->invoice_no : '' }} |
{{ !empty($profit_data->invoice_date) ? date('d M Y', strtotime($profit_data->invoice_date)) : '' }} |
{{ $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) }} |
@endforeach
|
|
|
|
{{ number_format($net_total, $decimal_point) }} |
{{ number_format($vat_total, $decimal_point) }} |
{{ number_format($cost_total, $decimal_point) }} |
{{ number_format($profit_total, $decimal_point) }} |
|