{{__('messages.pwa.add_to_home_screen')}}
{{__('messages.pwa.pwa_description')}}
@if (getLanguage($vcard->default_language) != 'Arabic')
@endif
@if (getLanguage($vcard->default_language) == 'Arabic')
@endif
{{-- End profile details --}}
{{-- social media icon --}}
{{-- End social media icon --}}
{{-- custom link section --}}
{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif
{{ ucwords($vcard->occupation) }} {{ ucwords($vcard->job_title) }} {{ ucwords($vcard->company) }}{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif
{{ ucwords($vcard->occupation) }} {{ ucwords($vcard->job_title) }} {{ ucwords($vcard->company) }}
{!! $vcard->description !!}
@if (checkFeature('custom-links'))
{{-- End custom link section --}}
{{-- contact list --}}
@if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
@if ($vcard->email || $vcard->phone || $vcard->dob || $vcard->location || $vcard->alternative_email)
@foreach ($customLink as $value)
@if ($value->show_as_button == 1)
open_new_tab == 1) target="_blank" @endif
style="
@if ($value->button_color) background-color: {{ $value->button_color }}; @endif
@if ($value->button_type === 'rounded') border-radius: 20px; @endif
@if ($value->button_type === 'square') border-radius: 0px; @endif"
class="m-2 d-flex justify-content-center align-items-center text-decoration-none link-text text-white font-primary btn mt-2">
{{ $value->link_name }}
@else
open_new_tab == 1) target="_blank" @endif
class="m-2 d-flex justify-content-center align-items-center text-decoration-none link-text text-white mt-2">
{{ $value->link_name }}
@endif
@endforeach
@endif
@if ($vcard->email)
@endif
@if ($vcard->alternative_email)
@endif
@if ($vcard->phone)
@endif
@if ($vcard->alternative_phone)
@endif
@if ($vcard->dob)
@endif
@if ($vcard->location)
@endif
{{ __('messages.admin.email') }}
{{ $vcard->email }}
{{ __('messages.vcard.alter_email_address') }}
{{ $vcard->alternative_email }}
{{ __('messages.vcard.mobile_number') }}
+{{ $vcard->region_code }} {{ $vcard->phone }}
{{ __('messages.vcard.alter_mobile_number') }}
+{{ $vcard->alternative_region_code }} {{ $vcard->alternative_phone }}
{{ __('messages.vcard.dob') }}
{{ $vcard->dob }}
{{ __('messages.setting.address') }}
{!! ucwords($vcard->location) !!}
{{ __('messages.vcard.qr_code') }}
@if (isset($customQrCode['applySetting']) && $customQrCode['applySetting'] == 1)
{!! QrCode::color(
$qrcodeColor['qrcodeColor']->red(),
$qrcodeColor['qrcodeColor']->green(),
$qrcodeColor['qrcodeColor']->blue(),
)->backgroundColor(
$qrcodeColor['background_color']->red(),
$qrcodeColor['background_color']->green(),
$qrcodeColor['background_color']->blue(),
)->style($customQrCode['style'])->eye($customQrCode['eye_style'])->size(130)->format('svg')->generate(Request::url()) !!}
@else
{!! QrCode::size(130)->format('svg')->generate(Request::url()) !!}
@endif
{{ __('messages.plan.gallery') }}
{{ __('messages.plan.products') }}
{{ __('messages.plan.testimonials') }}
{{ __('messages.feature.insta_embed') }}
{{-- Post content --}}
@foreach ($vcard->InstagramEmbed as $InstagramEmbed)
@if ($InstagramEmbed->type == 0)
{!! $InstagramEmbed->embedtag !!}
@endif
@endforeach
{{-- Reel content --}}
@foreach ($vcard->InstagramEmbed as $InstagramEmbed)
@if ($InstagramEmbed->type == 1)
{!! $InstagramEmbed->embedtag !!}
@endif
@endforeach