@extends('layouts.app') @section('title', 'Email Convert — AI Markdown Demo') @section('head') @endsection @section('content')
{{-- ── Col 1: Tree browser (col-3, full height) ─────────────── --}}
{{-- Header --}}
Server
{{-- 3 select boxes --}}
{{-- INPUT --}}
INPUT
{{-- OUTPUT --}}
OUTPUT
{{-- PREVIEW --}}
PREVIEW
{{-- /3 select boxes --}} {{-- Browse tree base path --}}
{{-- Tree --}}

Đang tải...
{{-- ── Col 2: Context panel (col-3, full height) ─────────────── --}}
{{-- State: nothing selected --}}
Chọn file hoặc thư mục
từ cây bên trái
{{-- State: folder selected --}}
{{-- Service checkboxes (stacked) --}}
{{-- Docling format --}}
{{-- LLM toggle --}}

{{-- Output folder --}}
{{-- /ctxPanelBody --}}
{{-- /ctxDir --}} {{-- State: single file selected --}}
Dịch vụ chuyển đổi
MarkItDown Docling
(dùng cài đặt từ cột bên)
{{-- /ctxFile --}}
{{-- ── Col 3: Results area (col-6) ──────────────────────────── --}}
{{-- Empty placeholder --}}
Kết quả sẽ hiển thị ở đây
{{-- Restore panel injected here by JS (before #batchResult) --}} {{-- ── Tree inline preview (.md / .txt) ───────────────────── --}} {{-- ── Single file result ─────────────────────────────────── --}} {{-- ── Batch dir result ───────────────────────────────────── --}} {{-- /batchResult --}}
{{-- /resultsCol --}}
@endsection @section('scripts') @endsection