@extends('layouts.vendor') @section('title', 'Packages & Subscription') @section('content')
Choose a plan to boost your store visibility
Current Plan
Expires: {{ $currentPurchase->expires_at->format('M d, Y') }} @if($currentPurchase->expires_at->isPast()) Expired @elseif($currentPurchase->expires_at->diffInDays() <= 7) Expiring Soon @else Active @endif
Product Limit
{{ auth()->user()->currentPackage->product_limit == 0 ? 'Unlimited' : auth()->user()->currentPackage->product_limit }}
Products Listed
{{ auth()->user()->product_count }}
You need an active package to list products. Choose a plan below to get started.
{{ $package->description }}
Amount: $