@extends('layouts.admin') @push('styles') @endpush @section('content')
{{ trans('global.edit') }} {{ trans('cruds.device.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('imei'))
{{ $errors->first('imei') }}
@endif {{ trans('cruds.device.fields.device_helper') }}
@if (Gate::allows('debug_access'))
@if($errors->has('attributes'))
{{ $errors->first('attributes') }}
@endif {{ trans('cruds.device.fields.attributes_helper') }}
@endif
@if($errors->has('lat'))
{{ $errors->first('lat') }}
@endif {{ trans('cruds.device.fields.lat_helper') }}
@if($errors->has('long'))
{{ $errors->first('long') }}
@endif {{ trans('cruds.device.fields.long_helper') }}
@if($errors->has('brand'))
{{ $errors->first('brand') }}
@endif {{ trans('cruds.device.fields.specification_helper') }}
@if($errors->has('type'))
{{ $errors->first('type') }}
@endif {{ trans('cruds.device.fields.type_helper') }}
@if($errors->has('specification'))
{{ $errors->first('specification') }}
@endif {{ trans('cruds.device.fields.specification_helper') }}
@if($errors->has('serial_number'))
{{ $errors->first('serial_number') }}
@endif {{ trans('cruds.device.fields.serial_number_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('tags'))
{{ $errors->first('tags') }}
@endif {{ trans('cruds.device.fields.tag_helper') }}
@if($errors->has('user'))
{{ $errors->first('user') }}
@endif {{ trans('cruds.device.fields.user_helper') }}
@endsection