@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('auto_id')) {{ $errors->first('auto_id') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @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(old('products')) @foreach(old('products') as $key => $product) @include('admin.processes._product', ['productProcess' => null, 'productId' => null, 'count' => null, 'date_process' => null, 'date_end' => null, 'productsList' => $productsList, 'key' => $key]) @endforeach @endif
@endsection @section('stylesheet') @endsection @section('script') @endsection