@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(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') }}
{{ __('Total Audio Files Transcribed') }}
{{ __('Total Recordings Transcribed') }}
{{ __('Total Live Transcribe Results') }}