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

{{ $user->name }}

{{ $user->email }}

{{ ucfirst((string) $user->group) }} ยท {{ ucfirst((string) $user->status) }}

{{ __('Job Role') }}{{ $user->job_role }}
{{ __('Company') }}{{ $user->company }}
{{ __('Phone') }}{{ $user->phone_number }}
{{ __('City') }}{{ $user->city }}
{{ __('Country') }}{{ $user->country }}

{{ __('Total Minutes Used') }}

{{ number_format((float) (($user_data_year['total_minutes'][0]['data'] ?? 0) / 60), 2) }}

{{ __('Total Words') }}

{{ number_format((int) ($user_data_year['total_words'][0]['data'] ?? 0)) }}

{{ __('File Results') }}

{{ number_format((int) ($user_data_year['total_file_transcribe'][0]['data'] ?? 0)) }}

{{ __('Record Results') }}

{{ number_format((int) ($user_data_year['total_recording_transcribe'][0]['data'] ?? 0)) }}

{{ __('Live Results') }}

{{ number_format((int) ($user_data_year['total_live_transcribe'][0]['data'] ?? 0)) }}

{{ __('Payment, subscription, balance, and referral sections have been removed from this internal-only build.') }}

@endsection