印刷を実行します
@if ($has_warehouse || $has_month_span || $has_item_category_1)
@if ($has_warehouse)
@endif @if ($has_item_category_1)
@endif @if ($has_item_type)
@endif @if ($has_month_span)
@endif
@endif
@php $i = 0; @endphp @foreach($print_categories as $title => $cols) {{--

・{{$title}}

--}}
    @foreach($cols as $index => $print_type) @php $i++; @endphp @if ($will_direct_print && ($index === 'CLIENT_SLIP' || $index === 'PICKING_LIST'))
  • プリンタに直接出力する
  • @else
  • @endif @endforeach

@endforeach
印刷