@if ($vcard->language_enable == \App\Models\Vcard::LANGUAGE_ENABLE)
                            
                        @endif
                    
                {{ ucwords($vcard->first_name . ' ' . $vcard->last_name) }}
{{ ucwords($vcard->occupation) }}
{{ ucwords($vcard->job_title) }}
{{ ucwords($vcard->company) }}
                        {!! $vcard->description !!}
                    
                    
                    @if (checkFeature('social_links') && getSocialLink($vcard))
                        
                    @endif
                
                {{-- about-section --}}
                @if ((isset($managesection) && $managesection['contact_list']) || empty($managesection))
                    
                                @if ($vcard->email)
                                    
                                @endif
                                @if ($vcard->alternative_email)
                                    
                                @endif
                                @if ($vcard->dob)
                                    
                                        
                                            
                                            
                                    
                                @endif
                                @if ($vcard->phone)
                                    
                                @endif
                                @if ($vcard->alternative_phone)
                                    
                                @endif
                                @if ($vcard->location)
                                    
                                        
                                            
                                            
                                    
                                @endif
                            
                        
                                            {{ $vcard->dob }}
                                            {!! $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') }}
                                @foreach ($vcard->gallery as $file)
                                    @php
                                        $infoPath = pathinfo(public_path($file->gallery_image));
                                        $extension = $infoPath['extension'];
                                    @endphp
                                    
                                        
                                            
                                    
                                @endforeach
                            
                        
                                                @if ($file->type == App\Models\Gallery::TYPE_IMAGE)
                                                    
                                                @elseif($file->type == App\Models\Gallery::TYPE_FILE)
                                                    
                                                        
                                                        
                                                    
                                                @elseif($file->type == App\Models\Gallery::TYPE_AUDIO)
                                                    
                                                        
                                                        
                                                    
                                                @else
                                                    
                                                @endif
                                            
                                         @endif
                                                            @if ($extension == 'xls') style="background-image: url({{ asset('assets/images/xls.png') }})"> @endif
                                                            @if ($extension == 'csv') style="background-image: url({{ asset('assets/images/csv-file.png') }})"> @endif
                                                            @if ($extension == 'xlsx') style="background-image: url({{ asset('assets/images/xlsx.png') }})"> @endif
                                                            
                                                    
                                                @elseif($file->type == App\Models\Gallery::TYPE_VIDEO)
                                                    
                                                        
                                                    {{ __('messages.plan.products') }}
                                @foreach ($vcardProducts as $product)
                                    
                                @endforeach
                            
                            
                        {{ __('messages.plan.testimonials') }}
                                @foreach ($vcard->testimonials as $testimonial)
                                    
                                        
                                            
                                                
                                            
                                                
                                                    
                                                        
                                                            
                                                            
                                                                
                                                        
                                                    
                                                
                                            
                                        
                                    
                                @endforeach
                            
                        “{!! $testimonial->description !!}”
{{ ucwords($testimonial->name) }}
{{ __('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') }}
{{ __('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
                                
                
                                    {{ __('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