@php $ads = \App\Models\Advertisement::where('status','active')->latest()->with('media')->get(); @endphp
{{ $ad->ad_category }}
{{ Str::limit($ad->ad_description, 100) }}