@extends('layouts.app') @section('page-header')
| {{ __('Full Name') }} | {{ auth()->user()->name }} |
| {{ __('Job Role') }} | {{ auth()->user()->job_role }} |
| {{ __('Company') }} | {{ auth()->user()->company }} |
| {{ __('Website') }} | {{ auth()->user()->website }} |
| {{ __('City') }} | {{ auth()->user()->city }} |
| {{ __('Country') }} | {{ auth()->user()->country }} |
| {{ __('Email') }} | {{ auth()->user()->email }} |
| {{ __('Phone') }} | {{ auth()->user()->phone_number }} |
| {{ __('Audio Language') }} | {{ $language_file }} |
| {{ __('Live Language') }} | {{ $language_live }} |
| {{ __('Default Project') }} | {{ ucfirst((string) auth()->user()->default_project) }} |
{{ __('Total Minutes Used') }}
({{ __('Current Month') }})
{{ __('Total Words Generated') }}
({{ __('Current Month') }})
{{ __('Audio Files Transcribed') }}
({{ __('Current Month') }})
{{ __('Total Minutes Used') }}
{{ __('Total Words Generated') }}
{{ __('File Results') }}
{{ __('Record Results') }}
{{ __('Live Results') }}
{{ __('Subscription and payment widgets have been removed in this internal-only build.') }}