@php
$listingCanAdd = packageTotalListing($vendorId) - vendorTotalListing($vendorId);
@endphp
{{ __('If any feature has crossed its current subscription package\'s limit, then you won\'t be able to add/edit any other feature.') }}
-
@if ($listingCanAdd < 0)
@endif
{{ __('Listings Left') }} :
{{ $current_package->number_of_listing - vendorTotalListing($vendorId) >= 999999 ? 'Unlimited' : ($current_package->number_of_listing - vendorTotalListing($vendorId) < 0 ? 0 : $current_package->number_of_listing - vendorTotalListing($vendorId)) }}
@if (vendorTotalListing($vendorId) > $current_package->number_of_listing)
{{ __('Limit has been crossed, you have to delete') }}
{{ abs($current_package->number_of_listing - vendorTotalListing($vendorId)) }}
{{ abs($current_package->number_of_listing - vendorTotalListing($vendorId)) == 1 ? 'listing' : 'listings' }}
@endif
@if (vendorTotalListing($vendorId) == $current_package->number_of_listing)
{{ __('You reach your limit') }}
@endif
-
@if ($listingImgDown)
@endif
{{ __('Listing Images (Per Listing)') }} :
@if ($listingImgDown)
@else
{{ $current_package->number_of_images_per_listing }}
@endif
@if ($listingImgDown)
{{ __('Limit has been crossed, you have to delete') }}
{{ __('gallery images') }}
@endif
@if (is_array($permissions) && in_array('Products', $permissions))
-
@if ($listingProductDown)
@endif
{{ __('Products (Per Listing)') }} :
@if ($listingProductDown)
@else
{{ $current_package->number_of_products }}
@endif
@if ($listingProductDown)
{{ __('Limit has been crossed, you have to delete,products') }}
@endif
@endif
@if (is_array($permissions) && in_array('FAQ', $permissions))
-
@if ($listingFaqDown)
@endif
{{ __('Faqs (Per Listing)') }} :
@if ($listingFaqDown)
@else
{{ $current_package->number_of_faq }}
@endif
@if ($listingFaqDown)
{{ __('Limit has been crossed, you have to delete faqs') }}
@endif
@endif
@if (is_array($permissions) && in_array('Feature', $permissions))
-
@if ($featureDown)
@endif
{{ __('Features (Per Listing)') }} :
@if ($featureDown)
@else
{{ $current_package->number_of_additional_specification }}
@endif
@if ($featureDown)
{{ __('Limit has been crossed, you have to delete Specifications') }}
@endif
@endif
@if (is_array($permissions) && in_array('Social Links', $permissions))
-
@if ($socialLinkDown)
@endif
{{ __('Socail Links (Per Listing)') }} :
@if ($socialLinkDown)
@else
{{ $current_package->number_of_social_links }}
@endif
@if ($socialLinkDown)
{{ __('Limit has been crossed, you have to delete Social Links') }}
@endif
@endif
@if (is_array($permissions) && in_array('Amenities', $permissions))
-
@if ($amenitieDown)
@endif
{{ __('Amenities (Per Listing)') }} :
@if ($amenitieDown)
@else
{{ $current_package->number_of_amenities_per_listing }}
@endif
@if ($amenitieDown)
{{ __('Limit has been crossed, you have to delete Amenities') }}
@endif
@endif
@if (is_array($permissions) && in_array('Products', $permissions))
-
@if ($listingProductImgDown)
@endif
{{ __('Product Images (Per Product.)') }} :
@if ($listingProductImgDown)
@else
{{ $current_package->number_of_images_per_products }}
@endif
@if ($listingProductImgDown)
{{ __('Limit has been crossed, you have to delete') }}
{{ __('gallery images') }}
@endif
@endif