@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.productType.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.productType.fields.name_helper') }}
@if($errors->has('cement'))
{{ $errors->first('cement') }}
@endif {{ trans('cruds.productType.fields.cement_helper') }}
@if($errors->has('sand'))
{{ $errors->first('sand') }}
@endif {{ trans('cruds.productType.fields.sand_helper') }}
@if($errors->has('gravel1'))
{{ $errors->first('gravel1') }}
@endif {{ trans('cruds.productType.fields.gravel1_helper') }}
@if($errors->has('gravel2'))
{{ $errors->first('gravel2') }}
@endif {{ trans('cruds.productType.fields.gravel2_helper') }}
@if($errors->has('screening'))
{{ $errors->first('screening') }}
@endif {{ trans('cruds.productType.fields.screening_helper') }}
@if($errors->has('water'))
{{ $errors->first('water') }}
@endif {{ trans('cruds.productType.fields.water_helper') }}
@if($errors->has('chemical1'))
{{ $errors->first('chemical1') }}
@endif {{ trans('cruds.productType.fields.chemical1_helper') }}
@if($errors->has('chemical2'))
{{ $errors->first('chemical2') }}
@endif {{ trans('cruds.productType.fields.chemical2_helper') }}
@endsection