@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) @endforeach @else @endif
No Date Daily Nature Wall paper Quotes God Festival Motivational Others Animals_wildlife Total Download Action
{{ ++$i }} {{ \Carbon\Carbon::parse($row->dates)->format('d-m-Y') }} {{$row->Daily}} {{$row->Nature}} {{$row->Wall_papers}} {{$row->Quotes}} {{$row->God}} {{$row->Festival}} {{$row->Motivational}} {{$row->Others}} {{$row->Animals_wildlife}} {{$row->total_download}}
No data found
@stop @section('footer_script') {{ Html::script('admin_theme/js/category.js') }} @stop