{{ __("Hi, :Name Welcome back!", ['name' => auth()->user()->name]) }}
-
{{ strtoupper(app()->getLocale()) }}
-
@foreach(config('app.available_locales') as $available_locale => $locale_name)
- {{ $locale_name }} @endforeach
-
{{--
{{ auth()->user()->name }} --}}
{{ isset(auth()->user()->adminActiveCompany->name) ? auth()->user()->adminActiveCompany->name : '' }}
-
@foreach($companies as $company)
{{ $company->name ?? 'null' }}
@endforeach
-
{{ __("Notification") }}
{{--{{ __("Show more") }}{{ __("Service Chat") }}
{{ __("Check") }}{{ __("Service Chat") }}
{{ __("Check") }}--}}{{ __("Service Chat") }}
{{ __("Check") }}
@if (auth()->user()->userRole->hasAccess('manage-company-settings'))
-