{{ $business_card_details->title }}
{{ $card_details->sub_title }}
-
@if ($feature->type == 'email')
@endif
@if ($feature->type == 'tel')
@endif
@if ($feature->type == 'wa')
@endif
@if (
$feature->type == 'url' ||
$feature->type == 'facebook' ||
$feature->type == 'instagram' ||
$feature->type == 'x-twitter' ||
$feature->type == 'linkedin' ||
$feature->type == 'pinterest' ||
$feature->type == 'reddit' ||
$feature->type == 'tiktok' ||
$feature->type == 'threads' ||
$feature->type == 'snapchat' ||
$feature->type == 'wechat' ||
$feature->type == 'telegram' ||
$feature->type == 'tumblr' ||
$feature->type == 'qq' ||
$feature->type == 'discord' ||
$feature->type == 'quora')
@endif
-
{{ $feature->label }}
{{ $feature->content }}
@if (
$feature->type == 'url' ||
$feature->type == 'facebook' ||
$feature->type == 'instagram' ||
$feature->type == 'x-twitter' ||
$feature->type == 'linkedin' ||
$feature->type == 'pinterest' ||
$feature->type == 'reddit' ||
$feature->type == 'tiktok' ||
$feature->type == 'threads' ||
$feature->type == 'snapchat' ||
$feature->type == 'wechat' ||
$feature->type == 'telegram' ||
$feature->type == 'tumblr' ||
$feature->type == 'qq' ||
$feature->type == 'discord' ||
$feature->type == 'quora' ||
$feature->type == 'wa' ||
$feature->type == 'tel' ||
$feature->type == 'email')
@endif
{{ __($customText->label) }}
{{ $customText->content }}
{{ __('Services') }}
{{ __('Products') }}
{{ $product_detail->product_name }}
{{ $product_detail->product_description }}
{{ formatCurrencyVcard($product_detail->sales_price, $product_detail->currency) }}
@if ($product_detail->sales_price != $product_detail->regular_price){{ formatCurrencyVcard($product_detail->regular_price, $product_detail->currency) }}
@endif @if ($enquiry_button != null) @if ($product_detail->product_status == 'instock') @endif @endif{{ __('Gallery') }}
{{ __('Testimonials') }}
{{ __('Videos') }}
{{ __($iframe->label) }}
{{ __('Payment Methods') }}
-
@if ($payment->type == 'url')
@endif
-
@if ($payment->type != 'image')@endif @if ($payment->type != 'upi' && $payment->type != 'image')@endif @if ($payment->type == 'upi')
{{ $payment->label }}
{!! $payment->content !!}@endif @if($payment->type == 'image'){{ $payment->label }}
{{-- Image --}}@endif @if ($payment->type == 'url') @endif @endforeach @endif {{-- Show appointment slots in the calendar --}} @if ($appointmentEnabled == true && isset($plan_details['appointment']) == 1) @include('templates.includes.appointment', ['section_bg' => 'red-600', 'bg_color' => 'white', 'btn_color' => 'red-600', 'text_color' => 'white']) @endif {{-- Business Hours --}} @if ($plan_details['business_hours'] == 1) @if ($business_hours != null && $business_hours->is_display != 0){{ $payment->label }}
{{ __('Business Hours') }}
@if ($business_hours->is_always_open != 'Opening')@endif @endif {{-- Service Service Booking --}} @if (isset($plan_details['service_booking']) && $plan_details['service_booking'] == 1) @if (isset($service_booking_details) && $service_booking_details->service_booking == 1) @include('templates.includes.service-booking', [ 'text_color' => 'text-gray-700', 'head_style' => 'heading font-black text-white text-xl px-4 py-2', 'input_style' => 'w-full p-4 bg-gray-100 font-semibold outline-none rounded', 'btn_style' => 'mb-2 sub-heading w-full py-4 bg-' . $business_card_details->theme_color . ' font-bold text-gray-50 transition duration-200', ]) @endif @endif {{-- End Service Booking --}} {{-- Contact form --}} @if ($plan_details['contact_form'] == 1) @if ($business_card_details->enquiry_email != null)@else{{ __('Monday') }}{{ __($business_hours->monday) }}{{ __('Tuesday') }}{{ __($business_hours->tuesday) }}{{ __('Wednesday') }}{{ __($business_hours->wednesday) }}{{ __('Thursday') }}{{ __($business_hours->thursday) }}{{ __('Friday') }}{{ __($business_hours->friday) }}{{ __('Saturday') }}{{ __($business_hours->saturday) }}{{ __('Sunday') }}{{ __($business_hours->sunday) }}@endif{{ __('Always Open') }}
{{ __('Contact us') }}
@endif @endif @if ($feature_details != null && !$feature_details->isEmpty())@if (Session::has('message'))@endif{{ Session::get('message') }}
{{ __('Please wait for the reply to be sent.') }}
@foreach ($feature_details as $feature) @if ($feature->type == 'map')@endif @if ($plan_details['hide_branding'] == 1){{ __('Location') }}
@endif @endforeach{{ $feature->label }}@else{{ __('Copyright') }} © {{ $card_details->title }} {{ __('. All Rights Reserved.') }}@endif{{ __('Made with') }} {{ config('app.name') }} {{ __('. All Rights Reserved.') }}