@extends('layouts.app', ['title' => 'Upload Shipments Excel']) @section('content')
Upload shipment sheet as CSV for now. Columns: receiver_name, receiver_phone, receiver_address, destination_governorate, destination_city, weight, cod_amount, payment_mode, reference_number.
{{ json_encode(session('import_result'), JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE) }}