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

{{ __('All Live Transcribe Results') }}

@if (config('stt.vendor_logos') == 'show') @endif
{{ __('Created On') }} {{ __('Project') }} {{ __('Task ID') }}{{ __('Vendor') }}{{ __('Language') }} {{ __('Words') }} {{ __('Duration') }} {{ __('Mode') }} {{ __('Actions') }}
@endsection @section('js') @endsection