@extends('admin_pages_master') @section('styles') @endsection @section('content')

Complete Your Subscription

{{ $planInfo['name'] }}

"{{ $planInfo['nickname'] }}"

₦{{ number_format($planInfo['price']) }} / month
    @if($plan == 'starter')
  • 1 Premium Ad
  • ₦2,000 per Ad
  • Basic Analytics
  • Standard Support
  • @elseif($plan == 'growth')
  • 10 Premium Ads
  • Only ₦1,000 per Ad
  • Enhanced Analytics
  • Priority Support
  • Featured in Search Results
  • @elseif($plan == 'pro')
  • 20 Premium Ads
  • Only ₦750 per Ad
  • Advanced Analytics
  • Priority Support
  • Featured Listings
  • @elseif($plan == 'elite')
  • Unlimited Premium Ads
  • As low as ₦200 per Ad
  • Premium Analytics Dashboard
  • VIP Support
  • Top Featured Listings
  • Dedicated Account Manager
  • @endif

Payment Details

Subscription {{ $planInfo['name'] }}
Period 1 Month
Total ₦{{ number_format($planInfo['price']) }}
@if (Session::has('success_message')) @endif @if (Session::has('error_message')) @endif @if(!Auth::guard('admin')->check())
You need to log in or create an account to continue.
@else
Secure Payment
@endif

Need help? Contact our support team at support@234deals.com

@endsection @section('scripts') @endsection