{{-- header --}} {{-- ★ヘッダー編集|##TODO:0726%003 --}}
@if($transfer->cancelled_at)
【取消済み】
{{$transfer->cancelled_at->format('Y-m-d H:i:s')}}
{{$transfer->cancelledByUser->name ?? 'システム'}}
{{$transfer->cancellation_reason ?? '記載なし'}}
@endif
{{-- detail --}}
{{-- ★明細行編集|##TODO:0726%004 --}} @foreach($details as $row) @endforeach
No 構成商品 構成数 対象ロット(賞味期限) 振替数 備考
{{($loop->iteration)}} {{($row['product_name'])}} {{num_format($row['component_quantity'])}} {{$row['expiration_date']}} {{num_format($transfer->transfer_type == 1 ? $row['quantity'] * -1 : $row['quantity'])}} {{($row['note'])}}