@extends('layouts.app') @section('css') @endsection @section('content')
@csrf
{{ __('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') }}

@endsection @section('js') @endsection