@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 Plagiarism Checker') }}

{{ __('Check your text with a comprehensive online database to detect potential plagiarism.') }}

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

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

@enderror

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

0% 100%

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

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