{{ trans("visiosoft.module.profile::field.menu_profile.name") }}

{% set form = form('profile', 'profile').redirect('/profile/home').entry(profiles.id).actions(['update']).get() %} {{ form_open({ 'class': 'form ' ~ form.options.class , 'enctype': 'multipart/form-data', 'data-name': 'profile', 'url': 'profile/update' })|raw }}

{{ trans("visiosoft.module.profile::field.profile_photo.name") }}

{{ form.fields.file|raw }} {{ form.actions|raw }}

{{ trans("visiosoft.module.profile::field.profile_details.name") }}

{{ users.first_name.input|raw }}
{{ users.last_name.input|raw }}
{{ form.actions|raw }}

{{ trans("visiosoft.module.profile::field.adv_listing_banner.name") }}

{{ form.fields.adv_listing_banner|raw }} {{ form.actions|raw }}

{{ trans("visiosoft.module.profile::field.corporate_settings.name") }}

{{ profiles.identification_number.input|raw }}
{{ profiles.register_type.input|raw }}
{{ profiles.office_phone.input|raw }}
{{ profiles.land_phone.input|raw }}
{{ form.actions|raw }}

{{ trans("visiosoft.module.profile::field.change_password.name") }}

{{ form.actions|raw }}
{{ form.close|raw }}

{{ trans("visiosoft.module.profile::field.disable_account.name") }}

{{ trans("visiosoft.module.profile::field.disable_account_msg.name") }}.