{{ $user->name }} @if (! $user->enabled) @endif @stack('create_button_start') @stack('edit_button_start') @can('update-auth-users') {{ trans('general.edit') }} @endcan @stack('edit_button_end') @stack('more_button_start') more_horiz @stack('delete_button_start') @can('delete-auth-users') @endcan @stack('delete_button_end') @stack('more_button_end') @stack('profile_start') @if (setting('default.use_gravatar', '0') == '1') @elseif (is_object($user->picture)) @else @endif {{ $user->email }} @stack('name_input_start') @stack('name_input_end') @stack('logo_input_start') @stack('logo_input_end') @stack('email_input_start') @stack('email_input_end') @stack('roles_input_start')
{{ trans_choice('general.roles', 1) }}
{{ $user->roles()?->first()?->display_name }}
@stack('roles_input_end') @stack('landing_page_input_start')
{{ trans('auth.landing_page') }}
{{ $landing_pages[$user->landing_page] }}
@stack('landing_page_input_end') @stack('locale_input_start')
{{ trans_choice('general.languages', 1) }}
{{ language()->allowed()[$user->locale] }}
@stack('locale_input_end')
@stack('companies_nav_start') @stack('companies_nav_end') @stack('companies_tab_start') @foreach($companies as $item) @if (in_array($item->id, user()->company_ids)) {{ $item->id }}
{{ $item->name }}
@if (! $item->enabled) @endif
@if ($item->tax_number) {{ $item->tax_number }} @else @endif
@if ($item->email) {{ $item->email }} @else @endif @if ($item->phone) {{ $item->phone }} @else @endif @if ($item->country) @else @endif @if ($item->currency) @else @endif
@else ***
***
***
*** *** *** ***
@endif @endforeach
@stack('companies_tab_end')