{{__('messages.pwa.add_to_home_screen')}}
{{__('messages.pwa.pwa_description')}}
@if (getLanguage($vcard->default_language) != 'Arabic')
@endif
@if (getLanguage($vcard->default_language) == 'Arabic')
@endif
{{-- contact list --}}
@if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif
{{ ucwords($vcard->occupation) }}
{{ ucwords($vcard->job_title) }}
{{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }} @if ($vcard->is_verified) @endif
{{ ucwords($vcard->occupation) }}
{{ ucwords($vcard->job_title) }}
{!! $vcard->description !!}
{{-- custom link section --}}
@if (checkFeature('custom-links'))
{{-- End custom link section --}}
@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 font-primary btn mt-2">
{{ $value->link_name }}
@else
open_new_tab == 1) target="_blank" @endif
class="custom-link m-2 d-flex justify-content-center align-items-center text-decoration-none link-text 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
@endif
{{-- End contact list --}}
@if (getLanguage($vcard->default_language) != 'Arabic')
@endif
@if (getLanguage($vcard->default_language) == 'Arabic')
@endif
@endif
{{-- End Qrcode --}}
{{-- our services --}}
@if ((isset($managesection) && $managesection['services']) || empty($managesection))
@if (checkFeature('services') && $vcard->services->count())
{{ __('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.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.vcard.our_service') }}
{{ __('messages.plan.gallery') }}
{{ __('messages.plan.products') }}
{{ __('messages.plan.testimonials') }}
@foreach ($vcard->testimonials as $testimonial)
@endforeach
default_language) == 'Arabic') dir="rtl" @endif>
{!! $testimonial->description !!}
{{ __('messages.feature.insta_embed') }}
@foreach ($vcard->InstagramEmbed as $InstagramEmbed)
@if ($InstagramEmbed->type == 0)
{!! $InstagramEmbed->embedtag !!}
@endif
@endforeach
@foreach ($vcard->InstagramEmbed as $InstagramEmbed)
@if ($InstagramEmbed->type == 1)
{!! $InstagramEmbed->embedtag !!}
@endif
@endforeach
{{ __('messages.feature.blog') }}
default_language) == 'Arabic') dir="rtl" @endif>
@endif
@endif
{{-- End business hour --}}
{{-- Appointment --}}
@if ((isset($managesection) && $managesection['appointments']) || empty($managesection))
@if (checkFeature('appointments') && $vcard->appointmentHours->count())
{{ __('messages.business.business_hours') }}
@foreach ($businessDaysTime as $key => $dayTime)
@endforeach
{{ __('messages.business.' . \App\Models\BusinessHour::DAY_OF_WEEK[$key]) }}
{{ $dayTime ?? __('messages.common.closed') }}
{{ __('messages.make_appointments') }}
{{ Form::text('date', null, ['class' => 'date appoint-input', 'placeholder' => __('messages.form.pick_date'), 'id' => 'pickUpDate']) }}
{{ __('messages.vcard.iframe') }}
{{ __('messages.contact_us.inquries') }}
{{ __('messages.create_vcard') }}
@if (checkFeature('advanced'))
@if (checkFeature('advanced')->hide_branding && $vcard->branding == 0)
@if ($vcard->made_by)
made_by_url)) href="{{ $vcard->made_by_url }}" @endif
class="text-center text-decoration-none text-dark" target="_blank">
{{ __('messages.made_by') }} {{ $vcard->made_by }}
@else
{{-- End app-name and privacy-policy & term-condition --}}
{{-- hide stickybar --}}
{{ __('messages.made_by') }} {{ $setting['app_name'] }}
@endif
@endif
@else
@if ($vcard->made_by)
made_by_url)) href="{{ $vcard->made_by_url }}" @endif
class="text-center text-decoration-none text-dark" target="_blank">
{{ __('messages.made_by') }} {{ $vcard->made_by }}
@else
{{ __('messages.made_by') }} {{ $setting['app_name'] }}
@endif
@endif
@if (!empty($vcard->privacy_policy) || !empty($vcard->term_condition))
@endif
@if ($vcard->enable_contact)
{{-- End add-contact --}}
{{-- News Latter Modal --}}
@if ((isset($managesection) && $managesection['news_latter_popup']) || empty($managesection))
@endif
{{-- End News Latter Modal --}}
{{-- share modal code --}}
{{-- End share modal code --}}
default_language) == 'Arabic') dir="rtl" @endif>
@if ($contactRequest == 1)
{{ __('messages.setting.add_contact') }}
@else
{{ __('messages.setting.add_contact') }}
@endif
@include('vcardTemplates.contact-request')
@endif