@extends('layouts.admin-dashboard') @section('heading') Statistics @stop @section('content')

calendar

@if($errors->has('start_date'))

{{ $errors->first('start_date') }}

@endif

calendar

@if($errors->has('end_date'))

{{ $errors->first('end_date') }}

@endif Reset To Default

{{ number_format($data['total_cases']['total'], 0, '.', ',') }}

Total cases

{{ number_format($data['total_cases']['efilings'], 0, '.', ',') }}

Total E-Filings

{{ number_format($data['total_cases']['eservices'], 0, '.', ',') }}

Total E-Services

{{ number_format($data['total_vfa']['gold'], 0, '.', ',') }}

$ {{ $data['total_vfa']['gold_amount'] }}

VFA Gold

{{ number_format($data['total_vfa']['platinum'], 0, '.', ',') }}

$ {{ $data['total_vfa']['platinum_amount'] }}

VFA Platinum

{{ number_format($data['total_vfa']['diamond'], 0, '.', ',') }}

$ {{ $data['total_vfa']['diamond_amount'] }}

VFA Diamond

Created E-Filings Export

Virtual File Assistances

Date Plan Price Case NÂș Case Title User Firm name
No records

New users

Date User Firm name Email Role
No records

New Firms

Date Firm name Address City Phone Invoice Pref. Quickbook ID
No records

Created cases for new Firms, grouped by case created

@stop @section('scripts_bottom') @stop