@extends('layouts.tenant') @section('title', 'Planos de Assinatura') @section('content')
Escolha o plano ideal para suas necessidades
R$ {{ number_format($currentSubscription->plan->price, 2, ',', '.') }}/{{ $currentSubscription->plan->billing_cycle === 'monthly' ? 'mês' : 'ano' }} @if($currentSubscription->ends_at) • {{ $currentSubscription->status === 'cancelled' ? 'Expira em' : 'Próxima cobrança em' }} {{ $currentSubscription->ends_at->format('d/m/Y') }} @endif
{{ $plan->description }}
Não há planos de assinatura disponíveis no momento.