@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') }}
@if($errors->has('site'))
{{ $errors->first('site') }}
@endif {{ trans('cruds.device.fields.site_helper') }}
@if($errors->has('attributes'))
{{ $errors->first('attributes') }}
@endif {{ trans('cruds.device.fields.attributes_helper') }}
@if($errors->has('photos'))
{{ $errors->first('photos') }}
@endif {{ trans('cruds.device.fields.photos_helper') }}
@endsection @section('scripts') @endsection