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

Product Sale Return

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

Product Sale Return Report

@if(collect($data)->count()>0) @foreach(collect($data) as $item) @endforeach @endif
DATE Shop ID Shop Name Shop Phone Shop Address Neighbourhood Segment Channel Assign To Route Name ASM/TSM Distributor Name SKU Product Name Order/BiLL No Return Type QTY G.Value Discount Net Value
{{\Carbon\Carbon::parse($item->created_at)->format('m/d/Y')}} {{$item->retailer_id}} {{$item->retailer_name}} {{$item->retailer_phone}} {{$item->retailer_address}} {{$item->neighbourhood}} {{$item->segment}} {{$item->channel}} {{$item->assigned_to}} {{$item->route}} {{$item->asm_tsm}} {{$item->distributor_name}} {{$item->item_sku}} {{$item->item_name}} {{number_format($item->order_id)}} {{$item->return_type}} {{number_format(abs($item->quantity))}} {{number_format(abs($item->gross_value),2)}} {{number_format(abs($item->discount),2)}} {{number_format(abs($item->net_value),2)}}
@endsection @section('scripts') @endsection