Vcard
  • {{__('auth.home')}}
  • {{__('auth.features')}}
  • {{__('auth.about')}}
  • {{__('auth.pricing')}}
  • {{__('auth.contact')}}
  • @php $styleCss = 'style'; @endphp
    {{ getLanguageByKey(checkFrontLanguageSession()) }}
      @foreach(getAllLanguage() as $key => $value)
    • @if(array_key_exists($key,\App\Models\User::FLAG)) @foreach(\App\Models\User::FLAG as $imageKey=> $imageValue) @if($imageKey == $key) @endif @endforeach @else @endif {{ $value }}
    • @endforeach
@if(empty(getLogInUser())) {{ __('auth.sign_in') }} @else @if(getLogInUser()->hasrole('admin') || getLogInUser()->hasrole('user')) {{ __('messages.dashboard') }} @endif @if(getLogInUser()->hasrole('super_admin')) {{ __('messages.dashboard') }} @endif @endif