{{ __($plan['name']) }}

{{ __($plan['description']) }}

{{ config('settings.cashier_currency') }} {{ $plan['price'] }} /{{ $plan['period'] == 1? __('whatsapp.month') : __('whatsapp.year') }}
    @foreach (explode(",",$plan['features']) as $feature)
  • {{ __($feature) }}

  • @endforeach

{{ __('whatsapp.pricing_button') . " "}} {{ $plan['name'] }}