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