@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.seal.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('supplier'))
{{ $errors->first('supplier') }}
@endif {{ trans('cruds.seal.fields.supplier_helper') }}
@if($errors->has('sn'))
{{ $errors->first('sn') }}
@endif {{ trans('cruds.seal.fields.sn_helper') }}
@if($errors->has('tid'))
{{ $errors->first('tid') }}
@endif {{ trans('cruds.seal.fields.tid_helper') }}
@if($errors->has('epc'))
{{ $errors->first('epc') }}
@endif {{ trans('cruds.seal.fields.epc_helper') }}
@if($errors->has('ex'))
{{ $errors->first('ex') }}
@endif {{ trans('cruds.seal.fields.ex_helper') }}
@if($errors->has('reach_time'))
{{ $errors->first('reach_time') }}
@endif {{ trans('cruds.seal.fields.reach_time_helper') }}
@if($errors->has('used'))
{{ $errors->first('used') }}
@endif {{ trans('cruds.seal.fields.used_helper') }}
Cancel
@endsection