@extends('layouts.dashboard') @section('content')
Judul: {{ $journal->title }}
Diunggah: {{ \Carbon\Carbon::parse($journal->created_at)->diffForHumans() }}
Oleh:
{{ $journal->user->email }}
Label | Kalimat | Akurasi |
---|---|---|
{{ $label['text'] }} | {{ $sentence->text }} | {{ number_format($sentence->accuracy * 100, 2) }}% |
Belum ada kalimat yang dianalisis. |