@include('fragments.form.element.textual', [ /*'icon' => 'account',*/ 'type' => 'email', 'name' => 'email', 'label' => 'label.email', 'attributes' => array_merge([ 'autocomplete' => 'off', 'required' => true ], ($attributes ?? [])) ])