@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.portsRegistartion.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('registration_at'))
{{ $errors->first('registration_at') }}
@endif {{ trans('cruds.portsRegistartion.fields.registration_at_helper') }}
@if($errors->has('ports'))
{{ $errors->first('ports') }}
@endif {{ trans('cruds.portsRegistartion.fields.ports_helper') }}
@if($errors->has('cfs'))
{{ $errors->first('cfs') }}
@endif {{ trans('cruds.portsRegistartion.fields.cfs_helper') }}
@if($errors->has('fcm'))
{{ $errors->first('fcm') }}
@endif {{ trans('cruds.portsRegistartion.fields.fcm_helper') }}
@if($errors->has('imei'))
{{ $errors->first('imei') }}
@endif {{ trans('cruds.portsRegistartion.fields.imei_helper') }}
@if($errors->has('device'))
{{ $errors->first('device') }}
@endif {{ trans('cruds.portsRegistartion.fields.device_helper') }}
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif {{ trans('cruds.portsRegistartion.fields.password_helper') }}
@endsection