@extends('admin.layout') @section('content')

Dashboard

Total Videos {{$total['videos']}}
Total Subscribers {{$total['subscribers']}}
Total Production Team {{$total['production_team']}}
Video Categories {{$total['tv_shows']}}
Total Staff {{$total['staff']}}
Total M-Pesa Transactions {{$total['transactions']}}
Total PayPal Transactions {{$total['paypal_transactions_count']}}
Total Credit Card Transactions 0

Verity Media Network

Total Revenue ${{$total['revenue'] + $total['paypal_transactions']}}
Total M-Pesa Payment ${{$total['revenue']}}
Total Paypal Payment ${{$total['paypal_transactions']}}
Total Credit Card Payment $0.0

365 Sports Channel

Total Revenue ${{$total['channel_3_revenue'] + $total['channel_3_paypal_transactions']}}
Total M-Pesa Payment ${{$total['channel_3_revenue']}}
Total Paypal Payment ${{$total['channel_3_paypal_transactions']}}
Total Credit Card Payment $0.0

Weekly Video Report

Videos: {{\Carbon\Carbon::now()->subDay(6)->format('d M,Y')}} - {{\Carbon\Carbon::now()->subDay(0)->format('d M,Y')}}

@endsection @section('custom-scripts') @endsection