{{ $plan->title }}
{{ $plan->duration_months }}
₹{{ number_format($plan->price, 2) }}
@if($plan->status) Active @else Inactive @endif
{{ $plan->description ?? '-' }}