@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')

Targets & reports

@endsection @section('content')
{{$analytics->currencySymbol}}{{isset($analytics->totalEarned) ? $analytics->totalEarned : 0}}

Total earned

{{$analytics->currencySymbol}}{{isset($analytics->totalUpcomingPayments) ? $analytics->totalUpcomingPayments : 0}}

Total upcoming payments

{{$analytics->currencySymbol}}{{isset($analytics->totalRefundedPayments) ? $analytics->totalRefundedPayments : 0}}

Total refunded payments

{{isset($analytics->totalSentInvoices) ? $analytics->totalSentInvoices : 0}}

Total invoices sent

{{isset($analytics->childrenOnRecurringBilling) ? $analytics->childrenOnRecurringBilling : 0}}

Children who are on recurring billing

{{isset($analytics->childrenNotInRecurringBilling) ? $analytics->childrenNotInRecurringBilling : 0}}

Children who are not on recurring billing

Reports & targets of {{date('Y')}}
Earned: {{$analytics->currencySymbol}}0|Remaining: {{$analytics->currencySymbol}}0
No data available
@endsection @section('script-bottom') @endsection