@extends('layouts.app') @section('css') @endsection @section('content')
@csrf
@if ($type == 'Regular License' || $type == '')

{{ __('Extended License is required in order to have access to these features') }}

@else
{{ __('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') }}
@endif
@endsection @section('js') @endsection