{{ get_phrase('Features') }}

    @php $features = $package->features ? json_decode($package->features, true) : []; @endphp @foreach ($features as $feature)
  • {{ $feature }}

  • @endforeach