@php $ads = \App\Models\Advertisement::where('id', $id)->where('status','publish')->first(); @endphp @if(isset($ads->body))
{!!html_entity_decode($ads->body)!!}
@endif