@foreach($membership as $p)

Plan

{{ $p['title'] }}
{{ $p['currency'] }}{{ $p['price'] }}@if($p['days'] == 7){{"/week"}}@elseif($p['days'] == 30){{"/Month"}}@else{{"/Year"}}@endif
@php $points = json_decode($p['description'], true); @endphp @foreach($points as $key => $value)

{!! $value !!}

@endforeach
@endforeach