@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($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('serial_number'))
{{ $errors->first('serial_number') }}
@endif {{ trans('cruds.device.fields.serial_number_helper') }}
@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') }}
{{ 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('attributes'))
{{ $errors->first('attributes') }}
@endif {{ trans('cruds.device.fields.attributes_helper') }}
@can('device_admin_access')
@if($errors->has('kwh'))
{{ $errors->first('kwh') }}
@endif {{ trans('cruds.device.fields.kwh_helper') }}
@if($errors->has('kwh_adjustment'))
{{ $errors->first('kwh_adjustment') }}
@endif in Kilo Watt
@if($errors->has('on_time'))
{{ $errors->first('on_time') }}
@endif Format: H:m (Hour:minute)
@if($errors->has('off_time'))
{{ $errors->first('off_time') }}
@endif Format: H:m (Hour:minute)
@if($errors->has('imei'))
{{ $errors->first('custom_company_id') }}
@endif {{ trans('cruds.device.fields.device_helper') }}
@if($errors->has('company_id'))
{{ $errors->first('company_id') }}
@endif {{ trans('cruds.device.fields.company_helper') }}
@if($errors->has('user'))
{{ $errors->first('user') }}
@endif {{ trans('cruds.device.fields.user_helper') }}
@endcan   Click the button to get coordinate
@endsection @section('scripts') @endsection