@extends('layouts.default.master') @section('data_count') {{-- Titles --}} {{-- Send Notification --}}

Welcome Onboard

User Overview
{{-- Titles --}}
{{-- Start:: Menu Carts --}} {{-- End:: Menu Carts --}} {{-- Start:: Unread Carts --}} {{-- End:: Unread Carts --}}
{{-- Start::Right Top Cart --}}
  • {{--
  • --}}
{{ $lastDayVideoView ?? '0' }}
Total View
{{ $lastDayComment ?? '0' }}
Total Comment
{{ $lastDayReport ?? '0' }}
Total Report
{{--
725,896
Dummy
--}}
{{-- End::Right Top Cart --}} {{-- Start:: Top Category Cart --}}
Top Categories
@if (!$categoryList->isEmpty()) @foreach ($categoryList as $category)
@if (!empty($category->image)) {{ $category->name }} @else @endif
{{ $category->name }}
@if (!empty($categoryPercentage[$category->id]))
@if ($categoryPercentage[$category->id]['type'] == 'increase') + @else @endif {{ number_format($categoryPercentage[$category->id]['percentage'], 2, '.', '') }} %
@endif
@endforeach @endif
{{-- category graph --}} {{--
Your View Statistics
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi, voluptatibus autem! Similique molestias laudantium qui vero inventore tenetur, enim possimus officia pariatur fuga eligendi voluptates rem dolor recusandae nesciunt iste.
--}} {{-- category graph --}}
{{-- End:: Top Category Cart --}}
{{-- Start:: Recent Subscriber Cart --}}
Recent Subscriber
@if (!$recentSubscriber->isEmpty()) @foreach ($recentSubscriber as $data) @endforeach @endif
Name Email Package Name Subscribed At Expierd Date
{{ $data->user_name }} {{ $data->user_email }} {{ $data->package_name }} {{ \Carbon\Carbon::parse($data->start_date)->format('d F Y') }} {{ \Carbon\Carbon::parse($data->end_date)->format('d F Y') }}
{{-- End:: Recent Subscriber Cart --}}
{{-- Start:: Top Videos Cart --}}
Top Videos
@if (!$populerVideoInfo->isEmpty()) @foreach ($populerVideoInfo as $data) @endforeach @endif
SERIAL Video Title Release Date Total View
{{ $sl++ }} {{ $data->title }} {{ $data->year }} {{ $populerVideoCount[$data->id] }}
{{-- End:: Top Videos Cart --}}
@stop @push('custom-js') @endpush