@php $bgColor = $shortcode->background_color; $bgImage = $shortcode->background_image ? RvMedia::getImageUrl($shortcode->background_image) : null; @endphp
$bgColor, "--background-image: url('$bgImage')" => $bgImage, ]) >
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif
{{ __('Monthly') }} {{ __('Yearly') }}
@foreach($packages as $package)
{{ $package->name }}

{{ $package->price }}/ {{ $package->duration }}

{{ $package->annual_price }} / {{ __('Yearly') }}

    @foreach ($package->feature_list as $feature)
  • @if ($feature['is_available']) @else @endif {{ $feature['value'] }}
  • @endforeach
@if(($buttonLabel = $package->getMetaData('action_label', true)) && ($buttonUrl = $package->getMetaData('action_url', true))) @endif
@endforeach