@php $canUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden'; @endphp {{-- header --}} @php($breadcrumbs = [ '倉庫移動'=>route('inventory-transfers.transfer.index'), '倉庫移動履歴'=>null ]) {{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
{{-- ★基本条件を追加|3列構成|##TODO:0728%001 --}}
{{-- |アクション --}}
{{-- データリスト --}}
{{-- 一覧(明細単位表示) --}} @foreach($logs as $row) @endforeach
処理番号 移動数量 備考
{{$row->transfer_group_id}} {{($row->transfer_date)}} {{($row->from_warehouse_name)}} {{($row->to_warehouse_name)}}
{{($row->product_code)}} {{($row->product_name)}}
{{num_format($row->quantity)}} {{($row->note)}}
@isset($params->perpage) @endisset
{{-- script --}}