{{-- bootstrap --}} {{-- css --}} {{-- --}}
image
image
image
image
image
image
image
image
@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
{{-- --}}