@props([ 'blockClass' => '', 'contentBlockClass' => '', 'img' => '', 'alt' => '', 'heading' => '', 'content' => '', 'category' => '', 'categorySlug' => '', 'author' => '', 'postTime' => '', 'slug' => '', ])
{{ $alt ? $alt : 'no caption' }}
{{-- src="{{ Str::startsWith($img, ['http://', 'https://', 'www.']) ? $img : asset('storage/' . ltrim($img, '/')) }}" --}}