@extends('layouts.app') @section('appjs') @endsection @section('content') @section('page_title') DMP @endsection {{-- --}}
@include('dmp_dashboard_sub_dropdown')
@csrf
{{-- @foreach($data_list as $item) @endforeach --}}
S No. Category FEED LOOP WHISTLE-MESSAGING SHARE-N-EARN BUDDYLOAN Default
Total NA
{{$item->category}} {{$item->FEED}} {{$item->LOOP}} {{$item->SMS}} {{$item->SE}} {{$item->BDL}} {{$item->Default}}
Total {{$footer_total->feed_total}} {{$footer_total->loop_total}} {{$footer_total->sms_total}} {{$footer_total->share_and_earn_total}} {{$footer_total->BDL_total}} {{$footer_total->default_total}}
@endsection