@extends('admin.layouts.resource-layout') @section('title')

Обработки: создать

@endsection @section('resource-content')
@csrf
@if ($errors->has('sklad_id')) {{ $errors->first('sklad_id') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('waybill')) {{ $errors->first('waybill') }} @endif
@if ($errors->has('picker_id')) {{ $errors->first('picker_id') }} @endif
@if ($errors->has('ware_house_id')) {{ $errors->first('ware_house_id') }} @endif
@if ($errors->has('direction_id')) {{ $errors->first('direction_id') }} @endif
@if ($errors->has('pallet')) {{ $errors->first('pallet') }} @endif
@if ($errors->has('case')) {{ $errors->first('case') }} @endif
@if ($errors->has('cell_id')) {{ $errors->first('cell_id') }} @endif
@if(old('products')) @foreach(old('products') as $key => $product) @include('admin.process-build._product', ['productProcess' => null, 'productId' => null, 'cellId' => null, 'pid' => null, 'count' => null, 'date_process' => null, 'date_end' => null, 'productsList' => $productsList, 'cellList' => $cellList, 'key' => $key]) @endforeach @endif
@endsection @section('stylesheet') @endsection @section('script') @endsection