{{ html()->modelForm($user, 'POST', route('admin.auth.updateApi',$user))->class('form-horizontal enable_change_btn')->attribute('enctype', 'multipart/form-data')->open() }} @method('POST')
@if($user->isFrontendUser()) @endif @if (!empty($profile)) @endif @if(!$user->email) @endif
Login As {!! $user->login_as_button !!}
Logo @if(0 /*!$user->isGravatar()*/)
@else {{ html()->file('avatar_location')->class('default-dropify picture')->attribute('data-allowed-file-extensions','png jpg jpeg')->attribute('data-show-loader','true')->attribute('data-max-file-size','20M') }} @endif
@lang('labels.backend.access.users.tabs.content.overview.first_name')
@lang('labels.backend.access.users.tabs.content.overview.last_name')
@lang('labels.backend.access.users.tabs.content.overview.email') {{ $user->email }}
Business Name {{ $profile->business_name }}
Street 1 {{ $profile->address1 }}
Street 2 {{ $profile->address2 }}
City {{ $profile->city }}
Province {{ $profile->state }}
Country {{ $profile->country }}
Postal Code {{ $profile->zip_code }}
Phone {{ $formattedPhone }}
Extension {{ $profile->cust_phone_ext }}
Fax {{ $formattedFax }}
Birthday
{{ html()->text('date_of_birth') ->class('form-control') ->placeholder(__('Birthday')) ->value($profile->date_of_birth) ->attribute('maxlength', 191) ->attribute('data-date-format', 'yyyy-mm-dd') }}
Celebrates Holidays
Ship via {{ $profile->cust_ship_via_cod }}
Comments {{ $profile->cust_commnt }}
Language {{ $profile->cust_language }}
On Hold {{ $profile->cust_on_hold }}
EOM Discount Table {{ $profile->cust_eom_table }}
Buying Group Number {{ $profile->cust_group_cust_no }}
Is Active {{ $profile->cust_active_x }}
Hide Prices on Invoice {{ $profile->cust_suppress_dollar }}
Default Job Type {{ $profile->cust_def_e_u }}
Customer Type {{ $profile->cust_type }}
Freight Amount {{ $profile->cust_freight_amt }}
Note {{ $profile->notes }}
Default Price List {{ $profile->cust_prlist_default }}
Stock Price List {{ $profile->cust_prlist_stock }}
Contact 2 {{ $profile->cust_contact_2 }}
Contact 3 {{ $profile->cust_contact_3 }}
Buying Group {{ $profile->cust_group }}
Account Access
@lang('labels.backend.access.users.tabs.content.overview.timezone') {{ $user->timezone }}
@lang('labels.backend.access.users.tabs.content.overview.last_login_at') @if($user->last_login_at) {{ timezone()->convertToLocal($user->last_login_at) }} @else N/A @endif
@lang('labels.backend.access.users.tabs.content.overview.last_login_ip') {{ $user->last_login_ip ?? 'N/A' }}
Permissions
permission_order_placed == 1 ? 'checked' : '' }} class="readonly-checkbox" readonly>
permission_prices_invoices == 1 ? 'checked' : '' }} class="readonly-checkbox" readonly>
{{ html()->closeModelForm() }} @section('scripts') @endsection