{{ $plan->plan_name }}

Billing : {{ ucfirst($type) }}

Total : {{ $type == 'monthly' ? currency($plan->plan_price) : currency($plan->yearly_price) }}