@if(Auth::user())
@can('section check')
@endcan
@endif
@isset($plan_section_style1)
@php echo html_entity_decode($plan_section_style1->section_title); @endphp
@php echo html_entity_decode($plan_section_style1->title); @endphp
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endisset
@if (is_countable($plans_style1) && count($plans_style1) > 0)
@foreach ($plans_style1 as $plan)
@if ($plan->recommended == 'no')
@if(Auth::user())
@can('section check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif
{{ $plan->currency }}{{ $plan->price }}
{{ $plan->name }}
@if (!empty($plan->tag))
@endif
@if (!empty($plan->feature_list))
@php
$str = $plan->feature_list;
$array_items = explode(",",$str);
@endphp
@foreach ($array_items as $item)
- {{ $item }}
@endforeach
@unset ($item)
@endif
@if (!empty($plan->non_feature_list))
@php
$str = $plan->non_feature_list;
$array_items = explode(",",$str);
@endphp
@foreach ($array_items as $item)
- {{ $item }}
@endforeach
@unset ($item)
@endif
{{ $plan->button_name }}
{{ $plan->extra_text }}
@else
@if(Auth::user())
@can('section check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif
{{ $plan->currency }}{{ $plan->price }}
{{ $plan->name }}
@if (!empty($plan->tag))
@endif
@if (!empty($plan->feature_list))
@php
$str = $plan->feature_list;
$array_items = explode(",",$str);
@endphp
@foreach ($array_items as $item)
- {{ $item }}
@endforeach
@unset ($item)
@endif
@if (!empty($plan->non_feature_list))
@php
$str = $plan->non_feature_list;
$array_items = explode(",",$str);
@endphp
@foreach ($array_items as $item)
- {{ $item }}
@endforeach
@unset ($item)
@endif
{{ $plan->button_name }}
{{ $plan->extra_text }}
@endif
@endforeach
@unset ($plan)
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endif