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

Retailer Profile Report

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

Month Wise

@if(collect($data)->count()>0) @foreach(collect($data) as $item) @endforeach @endif
Distributor Name Shop ID Shop Name Shop Phone Shop Address Added By Neighiurhood Segment Channel Assign To Route Name Unique SKU Revenue Total Qty
{{$item->distributor_name}} {{$item->id}} {{$item->retailer_name}} {{$item->retailer_phone}} {{$item->retailer_address}} {{$item->added_by}} {{$item->neighbourhood}} {{$item->segment}} {{$item->channel}} {{$item->assign_to}} {{$item->route_name}} {{$item->total_unique_skus}} {{$item->revenue}} {{$item->qty}}
@endsection @section('scripts') @endsection