@foreach($messageArr as $message)
@if(session()->has($message))
{{ session()->get($message) }}
@endif
@endforeach
| No |
Date |
Daily |
Nature |
Wall paper |
Quotes |
God |
Festival |
Motivational |
Others |
Animals_wildlife |
Total Download |
Action |
@if(count($downloadList) > 0)
@foreach($downloadList as $row)
| {{ ++$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}} |
|
@endforeach
@else
| No data found |
@endif