{{ $title }}

{{ $sub_title }}
@if(!empty($sale_off_text))

{{ $sale_off_text }}

@endif @if(!empty($monthly_list) && !empty($annual_list))
  • {{ $monthly_title ?? __("Monthly") }}
  • {{ $annual_title ?? __("AnnualSave") }}
@endif
@if(!empty($monthly_list) && count($monthly_list) > 0)
@foreach($monthly_list as $key => $val)
@if(!empty($val['is_recommended'])) {{ __("Recommended") }} @endif
{{ $val['title'] }}
{{ $val['price'] }} @if(!empty($val['unit']))/ {{$val['unit']}}@endif
{!! @clean($val['featured']) !!}
@if(!empty($val['button_url'])) @endif
@endforeach
@endif @if(!empty($annual_list) && count($annual_list) > 0)
@foreach($annual_list as $key => $val)
@if(!empty($val['is_recommended'])) {{ __("Recommended") }} @endif
{{ $val['title'] }}
{{ $val['price'] }} @if(!empty($val['unit']))/ {{$val['unit']}}@endif
{!! @clean($val['featured']) !!}
@if(!empty($val['button_url'])) @endif
@endforeach
@endif