@extends('backEnd.admin.layouts.master') @section('title') Reports @endsection @php $data = $data['data'] ?? null; $to_date = $to_date ?? null; $from_date = $from_date ?? null; @endphp @section('css') @endsection @section('body')
Reset
@php $total_product_sum = 0; $total_purchase_price_sum = 0; $total_marketing_cost_sum = 0; $total_other_cost_sum = 0; $total_delivery_charge_sum = 0; $total_qty_sum = 0; $total_sale_sum = 0; $total_profit_loss_sum = 0; @endphp @php($i = 1) @if ($data->count() > 0) @foreach ($data as $key => $orders)
SL. Product Name Product Price Purchase Price Marketing Cost Others Cost Delivery Charge Quantity of Sale Total Amount of Sale Profit/Loss