@extends('layouts.app', ['title' => 'Shipment Excel Import']) @section('content')

Shipment Import

Download Template

Upload CSV exported from Excel. The template preserves old-system style headers; XLSX can be enabled later through Laravel Excel without changing the workflow.

@csrf
@if(session('import_result'))

Import Result

{{ json_encode(session('import_result'), JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE) }}
@endif @endsection