• @lang('Go to website')
  • user-img {{ \Illuminate\Support\Str::limit($company_full_name, 20, '...') }}
    @foreach ($companySwitchingInfo as $key => $value) {{ \Illuminate\Support\Str::limit($value, 20, '...') }}
    @endforeach
    {{ __('Manage Company') }}
  • @php $locale = App::getLocale(); @endphp @foreach ($getLang as $key => $value) @if($locale == $key) {{ $value }} @endif @endforeach
    @foreach ($getLang as $key => $value) {{ $value }} @endforeach