{!! form_start($accountForm) !!}

@lang('account::account.panel.name')

{!! form_row($accountForm->first_name) !!} {!! form_row($accountForm->last_name) !!}

@lang('account::account.panel.address')

{!! form_row($accountForm->address_country) !!} {!! form_row($accountForm->address_state) !!}
{!! form_row($accountForm->address_city) !!} {!! form_row($accountForm->address_postal_code) !!}
{!! form_row($accountForm->address_street) !!}

@lang('account::account.panel.more')

{!! form_row($accountForm->title) !!} {!! form_row($accountForm->department) !!}
{!! form_row($accountForm->office_phone) !!} {!! form_row($accountForm->mobile_phone) !!}
{!! form_row($accountForm->home_phone) !!} {!! form_row($accountForm->signature) !!}
{!! form_row($accountForm->fax) !!} {!! form_row($accountForm->secondary_email) !!}

@lang('account::account.panel.settings')

{!! form_row($accountForm->theme) !!} {!! form_row($accountForm->language_id) !!}
{!! form_row($accountForm->date_format_id) !!} {!! form_row($accountForm->time_format_id) !!} {!! form_row($accountForm->time_zone) !!}

@lang('account::account.panel.profile')

{!! form_row($accountForm->profile_pic_conf) !!} {!! form_row($accountForm->profile_picture) !!}
{!! form_end($accountForm, $renderRest = true) !!} @push('scripts') @endpush @push('scripts') {!! JsValidator::formRequest(\Modules\Platform\Account\Http\Requests\AccountUpdateRequest::class, '#account_update_form') !!} @endpush