@if ( \Carbon\Carbon::parse( $ArrRecentNewsMiddelbarList->publish_date && $ArrRecentNewsMiddelbarList->publish_date ? $ArrRecentNewsMiddelbarList->publish_date . ' ' . $ArrRecentNewsMiddelbarList->publish_time : '---')->diffInDays() > 1) {{ \Carbon\Carbon::parse($ArrRecentNewsMiddelbarList->publish_date . ' ' . $ArrRecentNewsMiddelbarList->publish_time)->format('M j, Y g:i A') }} @else {{ \Carbon\Carbon::parse($ArrRecentNewsMiddelbarList->publish_date && $ArrRecentNewsMiddelbarList->publish_date ? $ArrRecentNewsMiddelbarList->publish_date . ' ' . $ArrRecentNewsMiddelbarList->publish_time : '---')->diffForHumans() }} @endif
@if (\Carbon\Carbon::parse($ArrRecenttopnews->publish_date)->diffInWeeks() > 1) {{ \Carbon\Carbon::parse($ArrRecenttopnews->publish_date)->format('d-F-Y') }} @else {{ \Carbon\Carbon::parse($ArrRecenttopnews->publish_date)->diffForHumans() }} @endif
@if (\Carbon\Carbon::parse($arrmostread->publish_date)->diffInWeeks() > 1) {{ \Carbon\Carbon::parse($arrmostread->publish_date)->format('d-F-Y') }} @else {{ \Carbon\Carbon::parse($arrmostread->publish_date)->diffForHumans() }} @endif