@extends('layouts.master') @section('styles') @endsection @section('content')

Trade Offer Report

{{--{{dd($data)}}--}}
Export Excel

Date Wise Summary

@foreach($data as $item) @endforeach
Distributor ID Distributor Date Trade offer Title SKU Product Name Total Orders Total Outlets QTY Gross Sale Value FOC QTY FOC Value TO DISC % TO Discount Value Trade Discount Special Discount Booker Discount Tax Amount Net Bill Value
{{$item->distributor_id}} {{$item->distributor_name}} {{$item->order_date}} {{$item->scheme_title}} {{$item->item_sku}} {{$item->item_name}} {{number_format($item->total_orders,0)}} {{number_format($item->total_outlets,0)}} {{number_format($item->quantity,0)}} {{number_format($item->gross_value,2)}} {{number_format($item->foc_qty,0)}} {{number_format($item->foc_value,2)}} {{number_format($item->sch_perc_value,2)}} {{number_format($item->sch_value,2)}} {{number_format($item->trade_discount,2)}} {{number_format($item->special_discount,2)}} {{number_format($item->booker_discount,2)}} {{number_format($item->total_tax_amount,2)}} {{number_format($item->total_amount_after_tax,2)}}
@endsection @section('scripts') @endsection