@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.stockAdjustmentType.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf {{--
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif {{ trans('cruds.warehouse.fields.code_helper') }}
--}}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.stockAdjustmentType.fields.name_helper') }}
@if($errors->has('name'))
{{ $errors->first('title') }}
@endif {{ trans('cruds.stockAdjustmentType.fields.title_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.stockAdjustmentType.fields.status_helper') }}
@endsection