@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.custom.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('port'))
{{ $errors->first('port') }}
@endif {{ trans('cruds.custom.fields.port_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.custom.fields.name_helper') }}
@if($errors->has('username'))
{{ $errors->first('username') }}
@endif {{ trans('cruds.custom.fields.username_helper') }}
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.custom.fields.email_helper') }}
@endsection