{!! Form::text('name', NULL, ['class' => 'w-full', 'id' => 'name', 'placeholder' => 'Enter item name...', 'required' => true]) !!}
{!! Form::text('octet', NULL, ['class' => 'w-full', 'id' => 'octet', 'placeholder' => 'Enter octet data...', 'required' => true]) !!}

Hexadecimal representation of the item data.

{!! Form::select('mask', $masks, NULL, ['class' => 'w-full', 'id' => 'mask', 'required' => true]) !!}
{!! Form::textarea('description', NULL, ['id' => 'summernote', 'class' => 'w-full', 'rows' => '6', 'placeholder' => 'Enter item description...']) !!}