{{-- bootstrap --}}
{{-- css --}}
{{--
--}}
{{ __('auth.home') }}
{{--
{{ __('auth.features') }}
--}}
{{ __('auth.about') }}
{{ __('auth.pricing') }}
{{ __('messages.faqs.faqs') }}
{{ __('auth.contact') }}
{{ __('messages.language') }}
@foreach (getAllLanguageWithFullData() as $key => $language)
@if (array_key_exists($language->iso_code, \App\Models\User::FLAG)) @foreach (\App\Models\User::FLAG as $imageKey => $imageValue) @if ($imageKey == $language->iso_code)
@endif @endforeach @else @if (count($language->media) != 0)
@else
@endif @endif {{ $language->name }}
@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
@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
{{ __('messages.vcards_templates') }}
@php $TEMPLATE_NAME = [ 1 => 'Simple_Contact', 2 => 'Executive_Profile', 3 => 'Clean_Canvas', 4 => 'Professional', 5 => 'Corporate_Connect', 6 => 'Modern_Edge', 7 => 'Business_Beacon', 8 => 'Corporate_Classic', 9 => 'Corporate_Identity', 10 => 'Pro_Network', 11 => 'Portfolio', 12 => 'Gym', 13 => 'Hospital', 14 => 'Event_Management', 15 => 'Salon', 16 => 'Lawyer', 17 => 'Programmer', 18 => 'CEO/CXO', 19 => 'Fashion_Beauty', 20 => 'Culinary_Food_Services', 21 => 'Social_Media', ]; @endphp
@foreach (getTemplateUrls() as $id => $url)
{{ __('messages.' . $TEMPLATE_NAME[$id]) }}
@endforeach
{{-- --}}