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

Report Management

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

Booking Report

{{-- {{number_format($item->total_revenue, 2)}} --}} @if (collect($data)->count()>0) @foreach ($data as $item) {{-- {{dd($item)}}--}} @endforeach @endif
Date Shop ID Order Booker ID Order Booker Name Distributor ASM/TSM Order ID Retailer Name Segment Channel Product SKU Product Name Unit Name Booked Qty Trade Price Gross Amount FOC FOC Discount IN PKR Trade Offer Trade Discount In PKR Special Discount In PKR Booker Discount Total Execution Value
{{$item->order_date}} {{$item->retailer_id}} {{$item->employee_id}} {{$item->employee}} {{$item->distributor_name}} {{$item->asm_tsm}} {{$item->order_id}} {{$item->retailer_name}} {{$item->segment}} {{$item->channel}} {{$item->item_sku}} {{$item->item_name}} {{$item->unit_name}} {{$item->booked_qty}} {{number_format($item->trade_price,2)}} {{number_format($item->gross_amount,2)}} {{$item->foc_qty}} {{number_format($item->foc_discount_pkr,2)}} {{number_format($item->trade_offer,2)}} {{number_format($item->trade_discount_pkr,2)}} {{number_format($item->special_discount,2)}} {{number_format($item->booker_discount,2)}} {{number_format($item->execution_value,2)}}
@endsection @section('scripts') @endsection