Order Counts

Total Sales Count

{{ $total_sales_count }}

Delivered Orders

{{ $delivered_orders_count }}

Pending Orders

{{ $pending_orders_count }}

Returned Orders

{{ $return_orders_count }}

Amounts

Total Sales Amount

TK {{number_format($totalsales_amount, 2) }}

Delivery Amount

TK {{number_format($delivery_sales_amount, 2) }}

Pending Amount

TK {{number_format($pending_amount, 2) }}

Return Charge

Tk {{$return_orders_count * 110}}

Financial Breakdown

Product Cost

TK {{number_format($product_cost, 2) }}

Total Expenses

TK {{number_format($total_expense, 2) }}

Net Profit

TK {{number_format($net_profit, 2) }}

Advance

TK {{number_format($advance_amount, 2) }}

Delivery Charge

TK {{number_format($delivery_charge, 2) }}

Ads Expense

TK {{number_format($ads_expense, 2) }}