created_at)->locale("$currentLang->code");
} else {
$postDate = \Carbon\Carbon::parse($post->created_at)->locale("en");
}
$postDate = $postDate->translatedFormat('jS F, Y');
?>
category->feed_name); ?> |
description)) > 100) ? mb_substr(strip_tags($post->description), 0, 100, 'utf-8') . '...' : strip_tags($post->description); ?>