@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.production.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('order'))
{{ $errors->first('order') }}
@endif {{ trans('cruds.production.fields.order_helper') }}
@if($errors->has('user'))
{{ $errors->first('user') }}
@endif {{ trans('cruds.production.fields.user_helper') }}
@if($errors->has('batch_number'))
{{ $errors->first('batch_number') }}
@endif {{ trans('cruds.production.fields.batch_number_helper') }}
@if($errors->has('start_time'))
{{ $errors->first('start_time') }}
@endif {{ trans('cruds.production.fields.start_time_helper') }}
@if($errors->has('finish_time'))
{{ $errors->first('finish_time') }}
@endif {{ trans('cruds.production.fields.finish_time_helper') }}
@if($errors->has('sand'))
{{ $errors->first('sand') }}
@endif {{ trans('cruds.production.fields.sand_helper') }}
@if($errors->has('gravel1'))
{{ $errors->first('gravel1') }}
@endif {{ trans('cruds.production.fields.gravel1_helper') }}
@if($errors->has('gravel2'))
{{ $errors->first('gravel2') }}
@endif {{ trans('cruds.production.fields.gravel2_helper') }}
@if($errors->has('screening'))
{{ $errors->first('screening') }}
@endif {{ trans('cruds.production.fields.screening_helper') }}
@if($errors->has('cement'))
{{ $errors->first('cement') }}
@endif {{ trans('cruds.production.fields.cement_helper') }}
@if($errors->has('chemical1'))
{{ $errors->first('chemical1') }}
@endif {{ trans('cruds.production.fields.chemical1_helper') }}
@if($errors->has('chemical2'))
{{ $errors->first('chemical2') }}
@endif {{ trans('cruds.production.fields.chemical2_helper') }}
@if($errors->has('water'))
{{ $errors->first('water') }}
@endif {{ trans('cruds.production.fields.water_helper') }}
@if($errors->has('amount'))
{{ $errors->first('amount') }}
@endif {{ trans('cruds.production.fields.amount_helper') }}
@if($errors->has('notes'))
{{ $errors->first('notes') }}
@endif {{ trans('cruds.production.fields.notes_helper') }}
@if($errors->has('log'))
{{ $errors->first('log') }}
@endif {{ trans('cruds.production.fields.log_helper') }}
@endsection @section('scripts') @endsection