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

{{ __('All My Projects') }}

Total Results: {{ $data_results['total']}}
Total Time: {{ number_format((float)($data_time['total'] / 60), 2, '.', '')}} minutes
Total Words: {{ $data_words['total']}}

{{ __('Audio Transcribe Results') }}

{{ __('Created On') }} {{ __('File Name') }} {{ __('Language') }} {{ __('Status') }} {{ __('Duration') }} {{ __('Format') }} {{ __('Size') }} {{ __('Words') }} {{ __('Mode') }} {{ __('Actions') }}
@endsection @section('js') @endsection