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

Report Management

@include('reports.MonthlyExecution.criteria')
Export Excel {{-- Export Excel --}}

Monthly Execution Report
{{collect($data)->count()}}

@if (collect($data)->count()>0) @foreach ($data as $item) @endforeach @endif
Distributor Name Shop ID Shop Name Shop Phone Shop Address Added By Neighbourhood Segment Channel Order Booked By ASM/TSM Route Name
{{$item->distributor_name}} {{$item->retailer_id}} {{$item->retailer_name}} {{$item->retailer_phone}} {{$item->retailer_address}} {{$item->added_by}} {{$item->neighbourhood}} {{$item->segment_name}} {{$item->channel}} {{$item->order_booker_name}} {{$item->asm_tsm}} {{$item->route_name}}
@endsection @section('scripts') @endsection