@extends('layouts.app') @section('title', $recording->title) @section('content')
Choose how to convert this recording to text.
·
Transcription failed
{{ $recording->transcript }}
@if ($recording->transcribed_at)Transcribed {{ $recording->transcribed_at->format('Y-m-d H:i') }}
@endifNo transcript yet. Choose an engine above to start.
@endif