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

{{ __("Generated Text") }}

@error('document')

{{ $errors->first('document') }}

@enderror
{{ $id->result_text }}
@error('content')

{{ $errors->first('content') }}

@enderror
@endsection @section('js') @endsection