{{ __('Manual Email Processing') }}

Note: This is a temporary workaround while IMAP is being configured. Paste the email content you sent to {{ auth()->user()->unique_email }}

@if(session('success'))

{{ session('success') }}

@if(session('chapter_id') && session('book_id')) View Chapter → @endif
@endif @if(session('error'))

{{ session('error') }}

@endif
@csrf

Format: "Book Title – Chapter Title" or just "Chapter Title" (will use latest book)

Credits: 1 credit will be deducted
Your Balance: {{ auth()->user()->credit_balance }} credits
@if(auth()->user()->credit_balance <= 0)

You don't have enough credits. Purchase credits

@endif