{{-- header --}} @php($breadcrumbs = [ '在庫調整入力'=>route('adjustment-logs.index'), '在庫調整履歴'=>null ]) {{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}} @if(isset($logs) && !is_null($logs) && !$logs->isEmpty()) {{-- 検索結果あり --}}
{{-- 調整履歴一覧 --}} @foreach($logs as $row) @endforeach
No 備考
{{($loop->iteration)}} {{($row->adjustment_date)}} {{($row->product_code)}} {{($row->product_name)}} {{($row->warehouse_name)}} {{($row->lot_number)}} {{($row->expiration_date)}} {{num_format($row->before_quantity)}} {{num_format($row->after_quantity)}} {{($row->reason)}} {{($row->remarks)}} {{($row->user_name)}}
@isset($params->perpage) @endisset
@elseif(isset($hasSearched) && $hasSearched) {{-- 検索結果0件の場合 --}}

No Data

対象となるデータが有りません。

@else {{-- 初期状態表示 --}}
検索条件を入力して検索してください。
@endif {{-- script --}}