@foreach($memberships[0]->features as $k => $feature) @if(isset($planActions) && strtotime($planActions->expired_on) > strtotime(date('Y-m-d H:i:s')) && $feature->plan_type == 'new') @php continue; @endphp @endif
plan_type ? "checked" : "" }} required>

{{ $feature->currency.' '.$feature->price }}

@endforeach