{{ config('settings.cashier_currency') }} {{ $plan['price'] }} /{{ $plan['period']==1? __('qrlanding.month') : __('qrlanding.year') }}

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

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

    @foreach (explode(",",$plan['features']) as $feature)
  • {{ __($feature) }}
  • @endforeach