@props([ 'shipment' => null, 'isEdit' => false ]) @php $numPieces = $isEdit ? ($shipment->num_pieces ?? 1) : 1; $packages = $isEdit ? ($shipment->packages ?? []) : []; @endphp