@php $canUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden'; @endphp {{-- header --}} @php($breadcrumbs = [ '在庫調整入力'=>route('inventory-adjustments.entry.index'), '在庫調整履歴'=>null ]) {{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}}
{{-- 一覧(明細単位表示) --}} @foreach($logs as $row) @endforeach
処理番号 調整後在庫 調整理由
{{$row->adjustment_group_id}} {{ \Carbon\Carbon::parse($row->adjusted_at)->format('Y/m/d') }} {{($row->warehouse_name)}}
{{($row->product_code)}} {{($row->product_name)}}
{{num_format($row->after_quantity)}} {{($row->adjustment_reason)}}
@isset($params->perpage) @endisset
{{-- script --}}