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

{{ __('AWS Characters Used') }} ({{ __('Current Month') }})

{{ number_format($vendor_data['aws_month'][0]['data']) }}

AWS Logo
{{ __('Current Year') }} ({{ __('Total Usage') }}): {{ number_format($vendor_data['aws_year'][0]['data']) }}

{{ __('GCP Characters Used') }} ({{ __('Current Month') }})

{{ number_format($vendor_data['gcp_month'][0]['data']) }}

GCP Logo
{{ __('Current Year') }} ({{ __('Total Usage') }}) {{ number_format($vendor_data['gcp_year'][0]['data']) }}

{{ __('Azure Characters Used') }} ({{ __('Current Month') }})

{{ number_format($vendor_data['azure_month'][0]['data']) }}

Azure Logo
{{ __('Current Year') }} ({{ __('Total Usage') }}) {{ number_format($vendor_data['azure_year'][0]['data']) }}

{{ __('IBM Characters Used') }} ({{ __('Current Month') }})

{{ number_format($vendor_data['ibm_month'][0]['data']) }}

IBM Logo
{{ __('Current Year') }} ({{ __('Total Usage') }}) {{ number_format($vendor_data['ibm_year'][0]['data']) }}

{{ __('Cloud Vendor TTS Service Usage') }} ({{ __('Current Year') }})

Amazon Web Services
{{ number_format($vendor_data['aws_year'][0]['data']) }} ()
Google Cloud Platform
{{ number_format($vendor_data['gcp_year'][0]['data']) }} ()
Microsoft Azure
{{ number_format($vendor_data['azure_year'][0]['data']) }} ()
IBM
{{ number_format($vendor_data['ibm_year'][0]['data']) }} ()

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

{{ number_format($tts_data_monthly['free_chars'][0]['data']) }}

{{ __('Compared to Last Month') }} ():

{{ __('Standard Characters Used') }} ({{ __('Current Month') }})

{{ number_format($tts_data_monthly['standard_chars'][0]['data']) }}

{{ __('Compared to Last Month') }} ():

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

{{ number_format($tts_data_monthly['paid_chars'][0]['data']) }}

{{ __('Compared to Last Month') }} ():

{{ __('Neural Characters Used ') }}({{ __('Current Month') }})

{{ number_format($tts_data_monthly['neural_chars'][0]['data']) }}

{{ __('Compared to Last Month') }} ():

{{ __('Characters Usage') }} ({{ __('Current Year') }})

{{ __('Total Free Characters') }}

{{ number_format($tts_data_yearly['total_free_chars'][0]['data']) }}

{{ __('Total Paid Characters') }}

{{ number_format($tts_data_yearly['total_paid_chars'][0]['data']) }}

{{ __('Total Standard Characters') }}

{{ number_format($tts_data_yearly['total_standard_chars'][0]['data']) }}

{{ __('Total Neural Characters') }}

{{ number_format($tts_data_yearly['total_neural_chars'][0]['data']) }}

{{ __('Total Audio Files Created') }}

{{ number_format($tts_data_yearly['total_audio_files'][0]['data']) }}

{{ __('Total Listen Mode Results') }}

{{ number_format($tts_data_yearly['total_listen_results'][0]['data']) }}

@endsection @section('js') @endsection