@extends('layouts.app', ['title' => 'Shipment Excel Import']) @section('content')
Upload CSV exported from Excel. The template preserves old-system style headers; XLSX can be enabled later through Laravel Excel without changing the workflow.
{{ json_encode(session('import_result'), JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE) }}