@extends('layouts.master') @section('page_title', 'Profit / Loss Report') @section('title', 'Profit / Loss Report') @section('main_item', 'Reports') @section('sub_item', 'Profit / Loss Report') @section('content')
order_batch_enable != '1') style="display: none" @endif hidden>
Total Purchase: ₨ {{ number_format($total_purchase, 2) }}
Total Sale Discount: ₨ {{ number_format($total_sell_discount, 2) }}
Total Courier Charge : ₨ {{ number_format($courier_cost, 2) }}
Total Expenses : ₨ {{ number_format($expenses, 2) }}
Total Delivered Sales: ₨ {{ number_format($total_sales, 2) }}
Total Purchase Discount: ₨ {{ number_format($grns, 2) }}
Total Sale Return: ₨ {{ number_format($return_sum, 2) }}
Total Stock Adjustment: ₨ {{ number_format($stock_adjest, 2) }}

Gross Profit : ₨. {{ number_format($gross_profit, 2) }}

(Total sale value - Total purchase value)


Net Profit : ₨. {{ number_format($net_profit, 2) }}

(Gross Profit + Total Purchase discount) - (Total Sale discount + Total Courier Charge + Total Expenses + Total Stock Adjustment)
@endsection @section('scripts') @endsection