@extends('admin.layouts.main') @section('content')

Download Management

{{$page}}


@foreach($messageArr as $message) @if(session()->has($message))
{{ session()->get($message) }}
@endif @endforeach @if(count($downloadList) > 0) @foreach($downloadList as $row) months)->sum('total_download'); ?> @endforeach @else @endif
No Month Total Download Action
{{ ++$i }} {{ \Carbon\Carbon::parse($row->months)->format('m-Y') }} {{$total_download}}
No data found
@stop @section('footer_script') {{ Html::script('admin_theme/js/category.js') }} @stop