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

POSM Tagged Report

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

Month Wise

@if(collect($data)->count()>0) @foreach(collect($data) as $item) @endforeach @endif
POSM ID POSM Title Product Name Shop ID Shop Name Shop Phone Shop Address Shop Added By Neighbourhood Segment Channel ASM/TSM Distributor Name Shop Tagged By Tag Date
{{$item->posm_id}} {{$item->title}} {{$item->item_name}} {{$item->shop_id}} {{$item->shop_name}} {{$item->phone}} {{$item->address}} {{$item->added_by}} {{$item->neighbourhood}} {{$item->segment}} {{$item->channel}} {{$item->asm_tsm}} {{$item->distributor_name}} {{$item->tagged_by}} {{$item->tag_date}}
@endsection @section('scripts') @endsection