@extends('layouts.tenant') @section('title', 'New Document') @section('content')

New Document

Upload a new document for processing

@if($errors->any())
@endif
@csrf

or drag and drop

PDF, DOC, DOCX, XLS, XLSX, JPG, PNG, GIF up to 10MB each (max 10 files)

Leave blank to use the file name

Optional: associate this document with a specific client

{{-- Processing Options - Hidden as requested --}} {{--

Processing Options

Processing options depend on your configured integrations

--}}
Cancel
@endsection