{{__('Best Pricing Plan')}}

@forelse ($plans as $plan)

{{ $plan?->plan_name }}

{{ currency($plan?->plan_price) }}/{{ $plan?->expiration_date }}

{{ $plan?->short_description }}

{!! clean($plan?->description) !!}
@if ($plan?->button_text) {{ $plan?->button_text }} {{ $plan?->button_text }} @endif
@empty @endforelse