@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('global.deviceCondition.title_singular') }}
id]) }}" method="POST" enctype="multipart/form-data"> @csrf @method('PUT')
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif

{{ trans('global.deviceCondition.fields.name_helper') }}

@if($errors->has('price'))

{{ $errors->first('price') }}

@endif

{{ trans('global.deviceCondition.fields.price_helper') }}

@if($errors->has('device_model_id'))

{{ $errors->first('device_model_id') }}

@endif

{{ trans('global.deviceCondition.fields.device_model_helper') }}

@endsection