@extends('vcardTemplates.vcard11.app') @section('title') {{__('auth.home')}} @endsection @section('page_css') @endsection @section('page_name') {{__('auth.about')}} @endsection @section('content')

{{ $vcard->occupation }}

{{ $vcard->job_title }}

{{ ucwords($vcard->company) }}

{{ strtoupper($vcard->first_name.' '.$vcard->last_name) }} @if ($vcard->is_verified) @endif

{{__('messages.common.description')}}

{!! $vcard->description !!}

@if ((isset($managesection) && $managesection['contact_list']) || empty($managesection)) @if(isset($vcard->first_name))
@if($vcard->location)
{{__('messages.user.location')}} : {!! ucwords($vcard->location) !!}
@endif @if($vcard->dob)
{{__('messages.vcard.dob')}} : {{ $vcard->dob }}
@endif @if($vcard->phone || $vcard->alternative_phone)
{{__('auth.contact')}} :
@endif {{-- MY PORTFOLIO--}}
@endif @endif
{{--
--}} {{--
--}} {{--

--}} {{-- 0--}} {{--

--}} {{--

FINISHED PROJECTS

--}} {{--
--}} {{--
--}} {{--

--}} {{-- 0--}} {{--

--}} {{--

WORKING HOURS

--}} {{--
--}} {{--
--}} {{--

--}} {{-- 0--}} {{--

--}} {{--

AWARDS WON

--}} {{--
--}} {{--
--}}
@if ((isset($managesection) && $managesection['services']) || empty($managesection)) @if(checkFeature('services') && $vcard->services->count())

{{__('messages.services')}}

@if ($vcard->services_slider_view)
@foreach ($vcard->services as $service)
{{ $serviceCount++ }}
{{ $service->name }}
{{ ucwords($service->name) }}

{!! \Illuminate\Support\Str::limit($service->description, 170, '...') !!}

@if ($vcard->show_service_enquiry_btn == true) @if ($service->service_url) @endif @endif
@endforeach
@else
@foreach($vcard->services as $service) @endforeach
@endif
@endif @endif @if(checkFeature('products') && $vcard->products->count()) @if ((isset($managesection) && $managesection['products']) || empty($managesection))

{{__('messages.feature.products')}}

@endif @endif {{-- whatsapp store --}} @if ((isset($managesection) && $managesection['whatsapp_store']) || empty($managesection)) @if ($whatsappStore->count())

{{ __('messages.feature.whatsapp_store') }}

@foreach ($whatsappStore as $store)
{{ $StoreCount++ }}
store
default_language) == 'Arabic' || getLanguage($vcard->default_language) == 'Persian') dir="rtl" @endif>
{{ $store->store_name }}
@endforeach
@endif @endif {{-- payment link --}} @if ((isset($managesection) && $managesection['payment_link']) || empty($managesection)) @if (checkFeature('payment_link') && $vcard->paymentLinks->count())

{{ __('messages.vcard.payment_links') }}

@foreach ($vcard->paymentLinks as $paymentLink) @php $iconUrl = optional( $paymentLink->getMedia('vcards/payment_link_image')->first(), )->getUrl(); $paymentLinkData = getPaymentLinkUrl($paymentLink); $linkUrl = $paymentLinkData['linkUrl']; $isImageType = $paymentLinkData['isImageType']; @endphp
{{ $paymentLinkCount++ }}
{{ $paymentLink->label }}
{{ $paymentLink->label }}
@if ($paymentLink->display_type == \App\Models\VcardPaymentLink::UPI) {{ __('messages.vcard.pay') }} @elseif($paymentLink->display_type == \App\Models\VcardPaymentLink::LINK) @elseif($isImageType) {{ $paymentLink->label }} @endif
@if ( !( $isImageType || $paymentLink->display_type == \App\Models\VcardPaymentLink::UPI || $paymentLink->display_type == \App\Models\VcardPaymentLink::LINK ))

{!! nl2br(e($paymentLink->description)) !!}

@endif
@endforeach
@endif @endif {{--testimonial--}} @if ((isset($managesection) && $managesection['testimonials']) || empty($managesection)) @if(checkFeature('testimonials') && $vcard->testimonials->count())
@php $testimonialCount = 1; $style = 'style'; $marginBottom = 'margin-bottom'; @endphp

{{__('messages.feature.testimonials')}}

@foreach($vcard->testimonials as $testimonial)
{{ $testimonialCount++ }}
{{ucwords( $testimonial->name) }}

"{!! $testimonial->description !!} "

@endforeach
@endif @endif @if ((isset($managesection) && $managesection['insta_embed']) || empty($managesection)) @if (checkFeature('insta_embed') && $vcard->instagramEmbed->count())
@php $testimonialCount = 1; $style = 'style'; $marginBottom = 'margin-bottom'; @endphp

{{__('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
@endif @endif {{-- Linkedin --}} @if ((isset($managesection) && $managesection['linkedin_embed']) || empty($managesection)) @if (checkFeature('linkedin_embed') && $vcard->linkedinEmbed->count())
@php $testimonialCount = 1; $style = 'style'; $marginBottom = 'margin-bottom'; @endphp

{{ __('messages.feature.linkedin_embed') }}

@foreach ($vcard->LinkedinEmbed as $LinkedinEmbed) @if ($LinkedinEmbed->type == 0)
{!! $LinkedinEmbed->embedtag !!}
@endif @endforeach
@endif @endif @if ((isset($managesection) && $managesection['iframe']) || empty($managesection)) @if (checkFeature('iframes') && $vcard->iframes->count())

{{__('messages.vcard.iframe')}}

@foreach ($vcard->iframes as $iframe)
@endforeach
@endif @endif @if ((isset($managesection) && $managesection['galleries']) || empty($managesection)) @if(checkFeature('gallery') && $vcard->gallery->count())

{{__('messages.feature.gallery')}}

@php $groupedGallery = $vcard->gallery ->filter(function ($file) { return !empty($file->category_name); }) ->groupBy('category_name'); @endphp @if ($groupedGallery->isNotEmpty()) @endif @if ($groupedGallery->isNotEmpty()) @foreach ($groupedGallery as $categoryName => $galleryItems) @endforeach @endif
@endif @endif
@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-white" target="_blank"> {{ __('messages.made_by') }} {{ $vcard->made_by }} @endif @else
{{ __('messages.made_by') }} {{ $setting['app_name'] }}
@endif @endif
@if ((isset($managesection) && $managesection['news_latter_popup']) || empty($managesection)) @endif @endsection