@extends('layouts.app') @section('page-header') @endsection @section('content')

{{ __('Free Words Used') }} ({{ __('Current Month') }})

{{ number_format($usage_data['free_current_month']) }}

{{ __('Total Free Words Used') }} ({{ __('Current Year') }}): {{ number_format($usage_data['free_current_year']) }}

{{ __('Paid Words Used') }} ({{ __('Current Month') }})

{{ number_format($usage_data['paid_current_month']) }}

{{ __('Total Paid Words Used') }} ({{ __('Current Year') }}): {{ number_format($usage_data['paid_current_year']) }}

{{ __('Images Generated') }} ({{ __('Current Month') }})

{{ $usage_data['images_current_month'] }}

{{ __('Total Images Generated') }} ({{ __('Current Year') }}): {{ $usage_data['images_current_year'] }}

{{ __('Documents Created') }} ({{ __('Current Month') }})

{{ $usage_data['contents_current_month'] }}

{{ __('Total Documents Created') }} ({{ __('Current Year') }}): {{ $usage_data['contents_current_year'] }}

{{ __('Words Generated') }} ({{ __('Current Month') }})

{{ number_format($total_words_monthly) }}

{{ __('Total Words Generated During Current Month') }}

{{ __('Words Generated') }} ({{ __('Current Year') }})

{{ number_format($total_words_yearly) }}

{{ __('Total Words Generated During Current Year') }}
@endsection @section('js') @endsection