@extends('backend.index') @section('content')
@csrf
{{ $data->total->earnings }}{{ __('symbol.' . config('settings.currency', 'USD')) }} Total Earnings
{{ $data->orders }} Subscription
{{ $data->success }} Active
{{ $data->failed }} In-Active
{{ $data->paypal }} via Paypal
{{ $data->stripe }} via Stripe
Earnings Reports
Monthly Earnings Reports
Revenue Sources
Payment Method
@endsection