Base Price: {{ config('currency_symbol', '$') }}{{ number_format($plan->price, 2) }}
Price per Branch: {{ config('currency_symbol', '$') }}{{ number_format($plan->price_per_branch, 2) }} x {{ $actualBranches }}
Estimated Total: {{ config('currency_symbol', '$') }}0.00