@extends('layouts.app') @section('content')

Large File Detected

Review the file details before processing

{{ $uploadJob->original_filename }}

This file is larger than recommended and will take time to process.

File Analysis

File Size
{{ $analysis['file_size_human'] }}
Total Pages
{{ number_format($analysis['total_pages']) }}
Estimated Orders
{{ number_format($analysis['total_orders']) }}
Est. Processing Time
~{{ $analysis['estimated_time_seconds'] > 60 ? round($analysis['estimated_time_seconds'] / 60) . ' min' : $analysis['estimated_time_seconds'] . ' sec' }}

How it works: The file will be processed in {{ $analysis['chunks_needed'] }} chunk(s) of {{ $analysis['orders_per_chunk'] }} orders each to prevent server overload.

Please keep this page open during processing. You can continue using other browser tabs.

@csrf
@csrf
@endsection