@php \App\Ecard::updateViewCount($identity->id); $relatedAccounts = \App\Ecard::getRelatedCards($identity->email); @endphp @include('front.components.head') {{--
--}}
@php $banner = (isset($identity->banner_image) && ($identity->banner_image != null)) ? asset('uploads').'/'.$identity->banner_image : asset('/banner.png') @endphp
@php $profilePic = ($identity->profile_pic != null) ? asset('uploads').'/'.$identity->profile_pic : asset('/profile.png') @endphp
... {{-- About Us --}}

{{ $identity->name }}

{{ $identity->company_name }}
 {{ ++$identity->view_count ?? 0 }}
@if($identity->description)

{!! $identity->description !!}
@endif
@if(!is_null($identity->whatsapp) || !is_null($identity->twitter) || !is_null($identity->linkedin) || !is_null($identity->instagram) || !is_null($identity->facebook))

@if($identity->facebook)

Facebook

{{ $identity->facebook }}

@endif @if($identity->instagram)

Instagram

{{ $identity->instagram }}

@endif @if($identity->linkedin)

Linked

{{ $identity->instagram }}

@endif @if($identity->twitter)

Twitter

{{ $identity->twitter }}

@endif @if($identity->whatsapp)

WhatsApp

{{ $identity->whatsapp }}

@endif
@endif @php $otherLinks = json_decode($identity->other_links ?? "[]",true); @endphp @if(count($otherLinks) > 0)

@endif @if($identity->gallery_images !== "[]")

@endif @if(!is_null($identity->youtube_video))


@endif
@if(!is_null($identity->bank_branch) || !is_null($identity->bank_name) || !is_null($identity->bank_ifsc_code) || !is_null($identity->bank_account_number) || !is_null($identity->bank_account_name) && !is_null($identity->gstin))
@endif @if(!is_null($identity->gstin)) @endif @if(!is_null($identity->bank_branch) || !is_null($identity->bank_name) || !is_null($identity->bank_ifsc_code) || !is_null($identity->bank_account_number) || !is_null($identity->bank_account_name)) @endif {{-- Qr code --}}



Copyright © 2021 Webcooks Technologies Pvt Ltd. All Rights Reserved.

{{-- Create Popup --}} @if($relatedAccounts->count() > 1) @endif {{-- whatsappShare --}}