@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.device.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.device.fields.name_helper') }}
@if($errors->has('uuid'))
{{ $errors->first('uuid') }}
@endif {{ trans('cruds.device.fields.uuid_helper') }}
@endsection