@csrf

Upload Audio

@csrf

Record and Upload Audio

@if(isset($jsonResult))

Extracted Data

{{-- Reminder Section --}} @if(isset($jsonResult['reminder']))

Reminder

Title: {{ $jsonResult['reminder']['title'] }}

Date: {{ $jsonResult['reminder']['date'] }}

Task: {{ $jsonResult['reminder']['task'] }}

Recommendation: {{ $jsonResult['reminder']['recommendation'] }}

@endif {{-- Note Section --}} @if(isset($jsonResult['note']))

Note

Title: {{ $jsonResult['note']['title'] }}

Content: {{ $jsonResult['note']['content'] }}

@endif {{-- Call Section --}} @if(isset($jsonResult['call']))

Call

To: {{ $jsonResult['call']['to'] }}

Content: {{ $jsonResult['call']['content'] }}

@endif {{-- Question Section --}} @if(isset($jsonResult['question']))

Question

Question: {{ $jsonResult['question']['question'] }}

Answer: {{ $jsonResult['question']['answer'] }}

@endif {{-- Completion Section --}} @if(isset($jsonResult['completion']))

Completion

Task: {{ $jsonResult['completion']['task'] }}

Date: {{ $jsonResult['completion']['date'] }}

@endif {{-- Summary Section --}} @if(isset($jsonResult['summary']))

Summary

Text: {{ $jsonResult['summary']['text'] }}

@endif {{-- Created At Timestamp --}}

Created At: {{ $jsonResult['created_at'] }}

@endif