@php \App\Ecard::updateViewCount($identity->id); // dd($identity->id); $relatedAccounts = \App\Ecard::getRelatedCards($identity->email); @endphp @php if(!is_null($identity)): @endphp @php $profilePic = asset('/profile.png'); if(($identity->profile_pic != null) && ($identity->profile_pic != 'null')){ $profilePic = 'https://www.linkdiaries.com/uploads/'.$identity->profile_pic; } @endphp @php else: @endphp Ecard @php endif; @endphp {{ $identity->name }} {{--
--}}
@php $banner = isset($identity->banner_image) && $identity->banner_image != null ? asset('uploads') . '/' . $identity->banner_image : asset('/banner.png'); // $profilePic = $identity->profile_pic != null ? asset('uploads') . '/' . $identity->profile_pic : asset('/profile.png'); @endphp
 {{ ++$identity->view_count ?? 0 }}
...

{{ $identity->name }}

{{ $identity->company_name }}
@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) && ($identity->youtube_video !== 'null'))


@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 --}}