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