₦{{$pricingPlan->price}}
/{{$pricingPlan->duration}} days
{{$pricingPlan->description}}
@if(auth()->user()->pricing_plan_id)
@if(auth()->user()->pricing_plan_id == $pricingPlan->id)
Current Plan
@endif
@else
Get Plan
@endif
@if(auth()->user()->pricing_plan_id == $pricingPlan->id)
@if(auth()->user()->subscription_ends_at->greaterThan(now()))
@else
@endif
@endif