@extends('layouts.location') @section('title', 'Packlist Result') @section('page-title', 'Result Packlist') @section('content')
| SO No | Box | Dimension | Weight | Items | Action |
|---|---|---|---|---|---|
| {{ $so_no }} | All Boxes ({{ count($boxes) }}) | {{ implode(', ', $dimensions) }} | {{ $totalWeight }} Kg |
|
Print All |
| {{ $pack->so_no }} | {{ $pack->box }} | {{ $pack->dimension ?? 'N/A' }} | {{ $pack->weight ?? '0' }} Kg |
@php $items = json_decode($pack->items, true); @endphp
@if(is_array($items))
|
|
| No packlist data found. | |||||