{{isset($rb['created']) && $rb['created'] ? date('d M,Y',strtotime($rb['created'])) : ''}}
{{isset($rb->title) && $rb->title ? Str::words($rb->title,10) : ""}}
{{ isset($rb->description) && $rb->description ? Str::words(strip_tags($rb->description),20) : "" }}
Read more