{{-- ======================================== --}} {{-- resources/views/components/plan-card.blade.php --}} @props(['plan', 'featured' => false])
@if($featured)
MAIS POPULAR
@endif

{{ $plan->name }}

{{ $plan->formatted_price }}
{{ $plan->billing_cycle_text }}
@if($plan->description)

{{ $plan->description }}

@endif @auth @if(auth()->user()->hasActivePlan()) @else Escolher Plano @endif @else Começar Agora @endauth