This is perfect for you if...
@php
$longDescription = json_decode($service->long_description)
@endphp
@foreach($longDescription as $description)
{!! $description ?? ''!!}
@endforeach
What's Included:
@php
$points = json_decode($service->points)
@endphp
@foreach($points as $point)
- {{$point ?? ''}}
@endforeach
Investment Starting At: ${{$service->amount ?? ''}}