@extends('layouts.app') @section('page-header') @endsection @section('content')
@csrf
{{ __('Plagiarism Check API Token') }}
@error('plagiarism_api')

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

@enderror
{{ __('AI Plagiarism Checker Feature') }}
{{ __('AI Plagiarism Checker Free Tier Access') }}
{{ __('AI Content Detector Feature') }}
{{ __('AI Content Detector Free Tier Access') }}
@endsection