@extends('layout.app') @section('content')

Call Detail   {{ $call_id }}


{{-- Caller Audio --}}
Caller Audio
@if($has_caller) @else No caller audio found. @endif
{{-- Agent Audio --}}
Agent Audio
@if($has_agent) @else No agent audio found. @endif
{{-- Transcript --}}
Transcript
@if($has_docx) Download Transcript (DOCX)

Click to download and open in Microsoft Word or Google Docs.

@else No transcript found. @endif
Back to Call Logs @endsection