@extends('layouts.app') @section('css') @endsection @section('page-header')
{{ __('Total Words Generated') }}
{{ __('Total Images Created') }}
{{ __('Total Transcribe Tasks') }}
{{ __('Total Voiceover Chars Used') }}
{{ __('Total Voiceover Tasks') }}
{{ __('Total Documents Saved') }}
{{ __('User') }} | {{ __('Words Used') }} | @if (config('settings.image_feature_user') == 'allow'){{ __('Images Used') }} | @endif @if (config('settings.voiceover_feature_user') == 'allow'){{ __('Chars Used') }} | @endif @if (config('settings.whisper_feature_user') == 'allow'){{ __('Minutes Used') }} | @endif{{ __('Status') }} | {{ __('Added On') }} | @if (!$member){{ __('Actions') }} | @endif
---|