@extends('layouts.app') @section('css') @endsection @section('content')
@csrf
{{ __('AI Content Detector') }}

{{ __('Identify AI Content in your target text') }}

{{ __('Target Text') }}
@error('text')

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

@enderror

{{ __('AI Content Report') }}

0% 100%

100% {{ __('Human Text') }}

{{ __('Report Details') }}
@endsection @section('js') @endsection